summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
AgeCommit message (Expand)Author
2022-03-09igt/tests: Add support for Tile4(TileF) format to testdisplayMatt Roper
2021-10-11igt: s/tiling/modifier/ all overVille Syrjälä
2021-10-11igt: s/DRM_FORMAT_MOD_NONE/DRM_FORMAT_MOD_LINEAR/Ville Syrjälä
2021-07-15Nuke local versions of DRM_FORMAT and DRM_MODELucas De Marchi
2021-07-15Remove local copies of I915 macrosLucas De Marchi
2021-01-30meson: Turn on -WerrorAshutosh Dixit
2020-07-07lib/igt_fb: remove extra parameters from igt_put_cairo_ctxMelissa Wen
2019-12-04testdisplay: Make sure readlink() result is nul-terminatedPetri Latvala
2019-12-03tests: remove igt_skip_on_simulation()Swati Sharma
2019-06-24tests/testdisplay: Allow testing aspect ratiosVille Syrjälä
2019-06-06testdisplay: use first available option valuesLucas De Marchi
2019-05-27testdisplay: Nuke custom main functionPetri Latvala
2019-03-25tests/testdisplay: fix heap overflowSimon Ser
2019-01-21tests/testdisplay: Speed up testdisplay for ciVille Syrjälä
2018-10-16tests: Skip testdisplay when KMS is disabledJosé Roberto de Souza
2018-10-04igt: Check drmModeGetResources()Chris Wilson
2018-02-01lib/igt_fb: Add igt_put_cairo_ctx as counter to igt_get_cairo_ctxMaarten Lankhorst
2017-09-08build: Nuke #ifdef HAVE_CONFIG_H cargo-cultDaniel Vetter
2017-03-10tests/testdisplay: Remove unused SPRITE_COLOR_KEYPetri Latvala
2016-07-26igt_kms: Remove kmstest_connector_config.crtc_idxMaarten Lankhorst
2016-05-19tests/testdisplay: Open DRM device with DRIVER_ANYTomeu Vizoso
2016-05-19tests/testdisplay: Use cairo helpers to draw to planeTomeu Vizoso
2016-01-26lib/igt_kms, tests/testdisplay: allow probing of new connector modesJesse Barnes
2016-01-08lib: Extract some common fb create+fill methods into helpersVille Syrjälä
2015-12-04lib/kms+tests: Use cached connector stateDaniel Vetter
2015-11-11Add missing noreturn attribute to various functionsThomas Wood
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä
2015-09-25testdisplay: Fix segfault after first modeset failsAnder Conselvan de Oliveira
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-08-21lib: add a single include headerThomas Wood
2015-04-14lib: load images from the data directory in igt_paint_imageThomas Wood
2015-04-14lib: use a critical warning when unable to open a data fileThomas Wood
2015-04-02tests: install test programs to libexecJoonas Lahtinen
2015-03-12testdisplay/skl: Add command line options for Yb/Yf tiled fbsDamien Lespiau
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper
2014-11-06testdisplay: add a test descriptionThomas Wood
2014-11-06testdiplay: add a "--help" optionThomas Wood
2014-11-06testdisplay: ensure invalid long option exit status is non-zeroThomas Wood
2014-10-29tests/testdisplay: Fix test status check fumbleDaniel Vetter
2014-10-02tests: Sprinkle missing igt_exit() where needed.Daniel Vetter
2014-09-05lib: move create_stereo_fb from testdisplay to igt_fbThomas Wood
2014-08-21testdisplay: Make the desired tiling mode an unsigned intDamien Lespiau
2014-08-12lib/igt_kms: Simplify return value of kmstest_get_connector_configDaniel Vetter
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter
2014-07-31testdisplay: ignore invalid subtest optionsThomas Wood
2014-07-30testdisplay: set a non-zero exit code if getopt detected an errorThomas Wood
2014-07-29testdisplay: Destroy the cairo context once the fb is paintedDamien Lespiau