summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-12lib: Move kms stuff from drmtest.c over to igt_kms.cOscar Mateo1-0/+1
2013-11-01lib: make igt_set_vt_graphics_mode never failDaniel Vetter1-1/+1
2013-10-11testdisplay: Allow getopt to print error messagesThomas Wood1-2/+0
2013-09-30testdisplay: Print the stereo mode being testedDamien Lespiau1-0/+2
2013-09-30testdisplay: Make -o and -3 work togetherDamien Lespiau1-4/+12
2013-09-30testdisplay: Remove mode resetting now that we don't adjust the timingsDamien Lespiau1-6/+0
2013-09-30testdisplay: Respect specified_disp_id in the stereo loopDamien Lespiau1-0/+3
2013-09-30testdisplay: Remove printing out the eyes geometryDamien Lespiau1-8/+0
2013-09-30testdisplay: Use DRM_MODE_FLAG_3D_MASKDamien Lespiau1-4/+5
2013-09-30testdisplay: Remove the timing adjustements now that the kernel does itDamien Lespiau1-26/+0
2013-09-30testdisplay: Test the stereo 3D modesDamien Lespiau1-3/+228
2013-09-30testdisplay: Provide a full path when opening pngsDamien Lespiau1-1/+1
2013-09-30testdisplay: Free the array of connectorsDamien Lespiau1-0/+2
2013-09-30testdisplay: Untangle dump_info() from the main testing loopDamien Lespiau1-11/+19
2013-09-30testdisplay: Fix CRTS typoDamien Lespiau1-1/+1
2013-09-30testdisplay: Properly handle the life cycle of framebuffersDamien Lespiau1-12/+12
2013-09-30testdisplay: Map the fb inside paint_color_key()Damien Lespiau1-5/+7
2013-09-30testdisplay: Move the code sanitizing depth into main()Damien Lespiau1-7/+8
2013-09-03lib/drmtest: include sys/mman.h from drmtest.hDaniel Vetter1-1/+0
2013-08-13tests: s/assert/igt_assertDaniel Vetter1-5/+4
2013-08-12s/drmtest_/igt_/Daniel Vetter1-2/+2
2013-08-12tests: use drmtest_skip to check for ringsDaniel Vetter1-2/+0
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau1-0/+2
2013-06-06lib: refactor kmstest_create_fbImre Deak1-5/+10
2013-06-06lib: add kmstest_get_connector_configImre Deak1-95/+39
2013-06-06lib: add kmstest_cairo_printf_lineImre Deak1-67/+29
2013-06-06lib: move connector_type_str and co to drmtestImre Deak1-57/+4
2013-05-08testdisplay: set VT graphics modeImre Deak1-0/+2
2013-03-04build: Guard the inclusions of config.h with HAVE_CONFIG_HDamien Lespiau1-0/+2
2013-02-13tests/testdisplay.c: Remove the variable only_one_mode.Yi Sun1-7/+6
2013-01-14tests/testdisplay.c: Fix the issue which don't display anything until '-o' gi...Yi Sun1-1/+1
2012-12-27tests/testdisplay: Specify the display.Yi Sun1-3/+6
2012-11-28testdisplay: Use the fb stride when painting the color keyDamien Lespiau1-3/+3
2012-10-10fix warn in testdisplay: ignoring return value of 'chdir'Imre Deak1-1/+3
2012-09-26Add option -o <number>, which can test only one specified mode.Yi Sun1-6/+20
2012-08-30clang: Fix warnings found through clang.Ben Widawsky1-1/+1
2012-08-08tests/testdisplay.c Remove an uncomfortable error outputYi Sun1-3/+0
2012-07-26tests/testdisplay.c: Add a option '-r'.Yi Sun1-3/+90
2012-07-23shut up the compiler a bitDaniel Vetter1-6/+6
2012-05-22lib: extract kmstest_dump_modeDaniel Vetter1-24/+3
2012-05-22lib: extract kmstest_create_fbDaniel Vetter1-218/+10
2012-05-22tests: use drm_open_any moreDaniel Vetter1-17/+3
2012-02-27testdisplay: remove unnecessary passing of width, height, stride, depthJesse Barnes1-14/+10
2012-02-27testdisplay: remove plane test supportJesse Barnes1-255/+1
2012-02-06tests/testdisplay.c: rewite function dump_connectors and dump_crtcs.Yi Sun1-11/+26
2012-02-06tests/testdisplay.c: Fix the black screen issue while force mode.Yi Sun1-25/+12
2012-01-24testdisplay: extract hotplug codeDaniel Vetter1-88/+15
2012-01-10lib/drmtest: extract gem_mmapDaniel Vetter1-16/+0
2012-01-10lib/drmtest: extract gem_createDaniel Vetter1-11/+1
2012-01-10testdisplay: rename global fd variable to drm_fdDaniel Vetter1-35/+35