summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27tests/kms/testplan: Move testplan documentation to beginning of the fileBhanuprakash Modem1-4/+8
2023-09-11tests: Intel KMS: drop Run type fieldMauro Carvalho Chehab1-1/+0
2023-08-16tests/testdisplay: Document each subtest for testplanBhanuprakash Modem1-0/+14
2023-06-28tests/xe: Use drm_close_driver() to close the drm fdBhanuprakash Modem1-2/+2
2022-09-09tests/testdisplay: Add test description and remove extra newlinesSwati Sharma1-2/+2
2022-08-08tests/testdisplay: Use igt_parse_mode_string for command line argumentsRohith Iyer1-7/+1
2022-08-05tests/testdisplay: Skip modeset if no display is connectedSwati Sharma1-0/+4
2022-03-09igt/tests: Add support for Tile4(TileF) format to testdisplayMatt Roper1-1/+5
2021-10-11igt: s/tiling/modifier/ all overVille Syrjälä1-6/+6
2021-10-11igt: s/DRM_FORMAT_MOD_NONE/DRM_FORMAT_MOD_LINEAR/Ville Syrjälä1-1/+1
2021-07-15Nuke local versions of DRM_FORMAT and DRM_MODELucas De Marchi1-1/+1
2021-07-15Remove local copies of I915 macrosLucas De Marchi1-3/+3
2021-01-30meson: Turn on -WerrorAshutosh Dixit1-1/+1
2020-07-07lib/igt_fb: remove extra parameters from igt_put_cairo_ctxMelissa Wen1-2/+2
2019-12-04testdisplay: Make sure readlink() result is nul-terminatedPetri Latvala1-2/+2
2019-12-03tests: remove igt_skip_on_simulation()Swati Sharma1-1/+0
2019-06-24tests/testdisplay: Allow testing aspect ratiosVille Syrjälä1-4/+34
2019-06-06testdisplay: use first available option valuesLucas De Marchi1-6/+8
2019-05-27testdisplay: Nuke custom main functionPetri Latvala1-127/+103
2019-03-25tests/testdisplay: fix heap overflowSimon Ser1-14/+8
2019-01-21tests/testdisplay: Speed up testdisplay for ciVille Syrjälä1-2/+2
2018-10-16tests: Skip testdisplay when KMS is disabledJosé Roberto de Souza1-4/+1
2018-10-04igt: Check drmModeGetResources()Chris Wilson1-3/+6
2018-02-01lib/igt_fb: Add igt_put_cairo_ctx as counter to igt_get_cairo_ctxMaarten Lankhorst1-6/+2
2017-09-08build: Nuke #ifdef HAVE_CONFIG_H cargo-cultDaniel Vetter1-2/+0
2017-03-10tests/testdisplay: Remove unused SPRITE_COLOR_KEYPetri Latvala1-1/+0
2016-07-26igt_kms: Remove kmstest_connector_config.crtc_idxMaarten Lankhorst1-3/+1
2016-05-19tests/testdisplay: Open DRM device with DRIVER_ANYTomeu Vizoso1-1/+1
2016-05-19tests/testdisplay: Use cairo helpers to draw to planeTomeu Vizoso1-12/+6
2016-01-26lib/igt_kms, tests/testdisplay: allow probing of new connector modesJesse Barnes1-7/+14
2016-01-08lib: Extract some common fb create+fill methods into helpersVille Syrjälä1-5/+3
2015-12-04lib/kms+tests: Use cached connector stateDaniel Vetter1-1/+2
2015-11-11Add missing noreturn attribute to various functionsThomas Wood1-1/+1
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-3/+2
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä1-1/+1
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä1-1/+1
2015-09-25testdisplay: Fix segfault after first modeset failsAnder Conselvan de Oliveira1-1/+2
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-04-14lib: load images from the data directory in igt_paint_imageThomas Wood1-33/+2
2015-04-14lib: use a critical warning when unable to open a data fileThomas Wood1-4/+1
2015-04-02tests: install test programs to libexecJoonas Lahtinen1-2/+19
2015-03-12testdisplay/skl: Add command line options for Yb/Yf tiled fbsDamien Lespiau1-2/+14
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin1-2/+2
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-3/+3
2014-11-06testdisplay: add a test descriptionThomas Wood1-0/+6
2014-11-06testdiplay: add a "--help" optionThomas Wood1-0/+1
2014-11-06testdisplay: ensure invalid long option exit status is non-zeroThomas Wood1-5/+5
2014-10-29tests/testdisplay: Fix test status check fumbleDaniel Vetter1-1/+1
2014-10-02tests: Sprinkle missing igt_exit() where needed.Daniel Vetter1-1/+3