summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
AgeCommit message (Expand)Author
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
2014-07-25testdisplay: only set terminal attributes when in foreground process groupThomas Wood
2014-06-13tests: run igt.cocciDaniel Vetter
2014-06-13tests: Don't use stderr for informational messagesDaniel Vetter
2014-05-12testdisplay: fix restoring termio at exitImre Deak
2014-04-30lib: extract kmstest_set_connector_dpmsDaniel Vetter
2014-03-26testdisplay: make termio unbufferedJesse Barnes
2014-03-26lib/igt_fb: setup font in igt_get_cairo_ctxDaniel Vetter
2014-03-26lib/igt_fb: switch to igt_ prefix from kmstest_Daniel Vetter
2014-03-26lib/igt_kms: s/kmstest_create_fb2/kmstest_create_fb/Daniel Vetter
2014-03-26lib: remove kmstest_create_fbDaniel Vetter
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter
2014-03-22tests|lib: remove assert.h includesDaniel Vetter
2014-02-13testdisplay: Allow to specify the dpms levelDaniel Vetter
2014-02-13testdisplay: implement dpms testDaniel Vetter
2013-12-31kmstest: Fix up lifetimes of cairo objectsChris Wilson
2013-11-12lib: Move kms stuff from drmtest.c over to igt_kms.cOscar Mateo
2013-11-01lib: make igt_set_vt_graphics_mode never failDaniel Vetter
2013-10-11testdisplay: Allow getopt to print error messagesThomas Wood
2013-09-30testdisplay: Print the stereo mode being testedDamien Lespiau
2013-09-30testdisplay: Make -o and -3 work togetherDamien Lespiau
2013-09-30testdisplay: Remove mode resetting now that we don't adjust the timingsDamien Lespiau
2013-09-30testdisplay: Respect specified_disp_id in the stereo loopDamien Lespiau
2013-09-30testdisplay: Remove printing out the eyes geometryDamien Lespiau
2013-09-30testdisplay: Use DRM_MODE_FLAG_3D_MASKDamien Lespiau
2013-09-30testdisplay: Remove the timing adjustements now that the kernel does itDamien Lespiau
2013-09-30testdisplay: Test the stereo 3D modesDamien Lespiau
2013-09-30testdisplay: Provide a full path when opening pngsDamien Lespiau
2013-09-30testdisplay: Free the array of connectorsDamien Lespiau
2013-09-30testdisplay: Untangle dump_info() from the main testing loopDamien Lespiau
2013-09-30testdisplay: Fix CRTS typoDamien Lespiau
2013-09-30testdisplay: Properly handle the life cycle of framebuffersDamien Lespiau
2013-09-30testdisplay: Map the fb inside paint_color_key()Damien Lespiau
2013-09-30testdisplay: Move the code sanitizing depth into main()Damien Lespiau
2013-09-03lib/drmtest: include sys/mman.h from drmtest.hDaniel Vetter
2013-08-13tests: s/assert/igt_assertDaniel Vetter
2013-08-12s/drmtest_/igt_/Daniel Vetter
2013-08-12tests: use drmtest_skip to check for ringsDaniel Vetter
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau
2013-06-06lib: refactor kmstest_create_fbImre Deak
2013-06-06lib: add kmstest_get_connector_configImre Deak
2013-06-06lib: add kmstest_cairo_printf_lineImre Deak
2013-06-06lib: move connector_type_str and co to drmtestImre Deak
2013-05-08testdisplay: set VT graphics modeImre Deak