summaryrefslogtreecommitdiff
path: root/tests/kms_plane.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13lib/igt_aux: Add support for various system suspend/resume optionsImre Deak1-1/+2
2016-07-26igt_kms: Remove pan members from igt_plane, v2.Maarten Lankhorst1-5/+3
2016-05-04tests/kms_plane: Skip the test when configuration couldn't be appliedFeceoru, Gabriel1-1/+3
2016-05-04tests/kms_plane: Skip on no connected outputsFeceoru, Gabriel1-2/+12
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-4/+1
2015-05-14lib/debugfs: wait_for_keypress("crc") when collecting CRCPaulo Zanoni1-2/+0
2015-03-23tests: Remove usage of igt_crc_equal and _non_nullDaniel Vetter1-1/+1
2015-03-23lib/debugfs: Add igt_assert_crc_equalDaniel Vetter1-4/+4
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin1-4/+4
2015-03-06tests/kms_plane: Ensure planes recover from DPMSMatt Roper1-1/+20
2015-02-25tests: improve pipe enumerationThomas Wood1-1/+1
2015-01-20kms_plane: Add test that suspends/resumes before getting crcAnder Conselvan de Oliveira1-0/+12
2014-09-30test/kms, pm: use drm_open_any_masterImre Deak1-1/+1
2014-08-21kms_plane: Adjust to the new igt_create.*fb() APIDamien Lespiau1-4/+4
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter1-1/+1
2014-08-12lib/igt_kms: Unify pipe name helpersDaniel Vetter1-11/+12
2014-07-10tests: Run igt.cocciDaniel Vetter1-2/+1
2014-07-09kms_plane: Specify the pipe when grabbing reference CRCsDamien Lespiau1-5/+7
2014-07-07kms_plane: Add a debug message when grabbing the CRC of a colored fbDamien Lespiau1-0/+6
2014-07-07kms_plane: Add panning test for primary planeYi Sun1-0/+130
2014-07-07kms_plane: Make the gathering of reference CRCs test agnosticDamien Lespiau1-44/+60
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-2/+2
2014-03-26lib/igt_fb: switch to igt_ prefix from kmstest_Daniel Vetter1-10/+10
2014-03-26lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/Daniel Vetter1-1/+1
2014-03-26lib: remove kmstest_create_fbDaniel Vetter1-3/+2
2014-03-22lib: more unecessary header removalDaniel Vetter1-0/+1
2014-03-17lib/igt_debugfs: s/igt_pipe_crc_check/igt_require_pipe_crc/Daniel Vetter1-1/+1
2014-03-17lib/igt_debugfs: Remove debugfs from pipe crc functionsDaniel Vetter1-5/+2
2014-03-12lib/igt_debugfs: drop drm_fd argument from igt_pipe_crc_newDaniel Vetter1-1/+1
2014-02-18kms_plane: Remove spurious inclusion of glib.hDamien Lespiau1-2/+0
2014-02-11lib: Fix igt_ouput_get_plane() typo (output)Damien Lespiau1-3/+3
2014-02-11kms_plane: Start a basic display plane testDamien Lespiau1-0/+247