summaryrefslogtreecommitdiff
path: root/lib/igt_kms.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09lib/igt_kms: Don't assert on non-existent planeVille Syrjälä1-3/+3
2017-10-04lib/igt_kms: Disable crtc in legacy path when output is unsetMaarten Lankhorst1-1/+1
2017-10-03lib/igt_kms: Commit primary plane when a modeset is forced on a pipeMaarten Lankhorst1-1/+1
2017-10-03lib/igt_kms: Change output->pending_crtc_idx_mask to output->pending_pipeMaarten Lankhorst1-25/+21
2017-09-12tests: Add kms_atomic_interruptible test, v4.Maarten Lankhorst1-1/+2
2017-09-08lib/kms: Skip rather than fail when a suitable plane can't be foundVille Syrjälä1-3/+3
2017-08-14lib/igt_kms: Remove vblank wait after plane update.Maarten Lankhorst1-15/+0
2017-07-10igt/kms: Do not wait for fence completion during commitMaarten Lankhorst1-9/+10
2017-07-10lib/kms: Handle fence interaction correctly WRT TEST_ONLY.Maarten Lankhorst1-22/+16
2017-06-20lib/igt_kms: Fix override_mode handlingBrian Starkey1-8/+4
2017-06-16tests: Rename I915_MAX_PIPES to IGT_MAX_PIPESLeo (Sunpeng) Li1-1/+1
2017-06-16tests: Increase value of I915_MAX_PIPES to 6Leo (Sunpeng) Li1-2/+8
2017-06-14lib/igt_kms: Fix indent when try_commit fails.Maarten Lankhorst1-8/+4
2017-06-14lib/igt_kms: Add igt_display_require_output(/on_pipe)Maarten Lankhorst1-0/+24
2017-06-09lib/igt_kms: Fix erroneous assertBrian Starkey1-5/+5
2017-05-10Revert "Revert "lib/igt_kms: Force outputs to use full range RGB""Petri Latvala1-1/+6
2017-05-10Revert "lib/igt_kms: Force outputs to use full range RGB"Chris Wilson1-6/+1
2017-05-10lib/igt_kms: Force outputs to use full range RGBAnder Conselvan de Oliveira1-1/+6
2017-04-20lib/igt_kms: Add support for 4K and audio HDMI EDID injection.Abdiel Janulgue1-57/+173
2017-03-24lib/debugfs: Phase out igt_debugfs_fopen()Chris Wilson1-12/+13
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-5/+5
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-5/+5
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-5/+5
2017-03-20lib/igt_kms: Do not refresh all outputs in igt_display_commitMaarten Lankhorst1-30/+23
2017-03-13igt/kms_pipe_crc_basic: Tighten timings for CRC readbackChris Wilson1-3/+7
2017-02-21lib/igt_kms: Remove redundant cursor codeBrian Starkey1-14/+5
2017-02-21lib/igt_kms: Fix memory corruption when there's no cursor planeBrian Starkey1-6/+0
2017-02-21lib/igt_kms: Fix possible out-of-bounds accessBrian Starkey1-2/+2
2017-02-21lib/igt_kms: Neaten up pipe->planes[] assignmentBrian Starkey1-23/+10
2017-02-21lib/igt_kms: Fix drm_plane leakBrian Starkey1-5/+3
2017-02-17lib/igt_kms: Fix regression on kms_plane_lowres testMika Kahola1-5/+8
2017-02-08igt_kms: Handle failure in drmModeGetConnector gracefully.Maarten Lankhorst1-0/+4
2017-02-02tests/kms_atomic_transition: add in_fences testsGustavo Padovan1-0/+6
2017-02-02tests/kms_atomic_transition: add out_fences testsRobert Foss1-0/+17
2017-02-02lib/igt_kms: Add support for the OUT_FENCE_PTR propertyGustavo Padovan1-1/+22
2017-02-02lib/igt_kms: Add support for the IN_FENCE_FD propertyRobert Foss1-0/+25
2017-02-02lib/igt_kms: export properties namesGustavo Padovan1-3/+3
2017-02-02lib/igt_kms: move igt_kms_get_alt_edid() to the right placeGustavo Padovan1-17/+17
2017-01-31lib/igt_kms: Remove code obsoleted by dyn n_planes implementationRobert Foss1-28/+0
2017-01-31lib/igt_kms: Implement dynamic plane count supportRobert Foss1-39/+121
2017-01-31lib/igt_kms: Rename kmstest properties nplanes and planeRobert Foss1-7/+9
2017-01-31lib/igt_kms: Avoid depencency on static plane countRobert Foss1-17/+30
2017-01-31lib/igt_kms: Add index property to kmstest_plane structRobert Foss1-6/+6
2017-01-26igt_kms: Add kmstest_set_connector_broadcast_rgb()Lyude1-0/+34
2017-01-26igt_kms: Add igt_output_from_connector()Lyude1-0/+26
2017-01-26igt_kms: Add helpers for watching for sysfs hotplug eventsLyude1-0/+111
2017-01-26lib/igt_kms.c: Always set pipe_changed.Maarten Lankhorst1-2/+1
2017-01-20lib/igt_kms: Fixed typoRobert Foss1-1/+1
2017-01-20lib/igt_kms: Set free'd pointer to NULLRobert Foss1-1/+3
2017-01-20lib/igt_kms: Check memory allocations for failuresRobert Foss1-1/+3