summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-05lib: move create_stereo_fb from testdisplay to igt_fbThomas Wood1-115/+3
2014-08-21testdisplay: Make the desired tiling mode an unsigned intDamien Lespiau1-6/+7
2014-08-12lib/igt_kms: Simplify return value of kmstest_get_connector_configDaniel Vetter1-2/+2
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter1-1/+1
2014-07-31testdisplay: ignore invalid subtest optionsThomas Wood1-1/+12
2014-07-30testdisplay: set a non-zero exit code if getopt detected an errorThomas Wood1-1/+1
2014-07-29testdisplay: Destroy the cairo context once the fb is paintedDamien Lespiau1-0/+2
2014-07-25testdisplay: only set terminal attributes when in foreground process groupThomas Wood1-0/+5
2014-06-13tests: run igt.cocciDaniel Vetter1-65/+44
2014-06-13tests: Don't use stderr for informational messagesDaniel Vetter1-17/+17
2014-05-12testdisplay: fix restoring termio at exitImre Deak1-12/+11
2014-04-30lib: extract kmstest_set_connector_dpmsDaniel Vetter1-32/+4
2014-03-26testdisplay: make termio unbufferedJesse Barnes1-1/+32
2014-03-26lib/igt_fb: setup font in igt_get_cairo_ctxDaniel Vetter1-3/+0
2014-03-26lib/igt_fb: switch to igt_ prefix from kmstest_Daniel Vetter1-21/+21
2014-03-26lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/Daniel Vetter1-2/+2
2014-03-26lib: remove kmstest_create_fbDaniel Vetter1-3/+5