summaryrefslogtreecommitdiff
path: root/lib/igt_kms.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-24lib/igt_kms: Only print changed mode objects during atomic commit.Maarten Lankhorst1-3/+5
2017-10-23tests/kms_plane_lowres: Rework tests to work without fbcon, v3.Maarten Lankhorst1-2/+3
2017-10-20tests/kms_color: Rework tests slightly to work better with new atomic apiMaarten Lankhorst1-1/+3
2017-10-20lib/igt_kms: Remove igt_crtc_set_background()Maarten Lankhorst1-21/+0
2017-10-20lib/igt_kms: Remove igt_pipe_get_propertyMaarten Lankhorst1-10/+0
2017-10-20lib/igt_kms: Add igt_$obj_get_prop functionsMaarten Lankhorst1-0/+81
2017-10-20lib/igt_kms: Add igt_$obj_has_prop functions, v2.Maarten Lankhorst1-4/+0
2017-10-20lib/igt_kms: Unexport broadcast rgb API.Maarten Lankhorst1-38/+6
2017-10-20lib/igt_kms: Export property blob functions for output/pipe/plane, v2.Maarten Lankhorst1-31/+86
2017-10-20lib/igt_kms: Allow setting any output property through the !atomic pathsMaarten Lankhorst1-16/+37
2017-10-20lib/igt_kms: Allow setting any plane property through the universal pathMaarten Lankhorst1-6/+33
2017-10-20lib/igt_kms: Rework pipe properties to be more atomic, v7.Maarten Lankhorst1-110/+121
2017-10-20lib/igt_kms: Rework plane properties to be more atomic, v5.Maarten Lankhorst1-166/+133
2017-10-20lib/igt_kms: Rework connector properties to be more atomic, v2.Maarten Lankhorst1-23/+21
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