summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
AgeCommit message (Expand)Author
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
2013-03-04build: Guard the inclusions of config.h with HAVE_CONFIG_HDamien Lespiau
2013-02-13tests/testdisplay.c: Remove the variable only_one_mode.Yi Sun
2013-01-14tests/testdisplay.c: Fix the issue which don't display anything until '-o' gi...Yi Sun
2012-12-27tests/testdisplay: Specify the display.Yi Sun
2012-11-28testdisplay: Use the fb stride when painting the color keyDamien Lespiau
2012-10-10fix warn in testdisplay: ignoring return value of 'chdir'Imre Deak
2012-09-26Add option -o <number>, which can test only one specified mode.Yi Sun
2012-08-30clang: Fix warnings found through clang.Ben Widawsky
2012-08-08tests/testdisplay.c Remove an uncomfortable error outputYi Sun
2012-07-26tests/testdisplay.c: Add a option '-r'.Yi Sun
2012-07-23shut up the compiler a bitDaniel Vetter
2012-05-22lib: extract kmstest_dump_modeDaniel Vetter
2012-05-22lib: extract kmstest_create_fbDaniel Vetter
2012-05-22tests: use drm_open_any moreDaniel Vetter
2012-02-27testdisplay: remove unnecessary passing of width, height, stride, depthJesse Barnes
2012-02-27testdisplay: remove plane test supportJesse Barnes
2012-02-06tests/testdisplay.c: rewite function dump_connectors and dump_crtcs.Yi Sun
2012-02-06tests/testdisplay.c: Fix the black screen issue while force mode.Yi Sun
2012-01-24testdisplay: extract hotplug codeDaniel Vetter
2012-01-10lib/drmtest: extract gem_mmapDaniel Vetter
2012-01-10lib/drmtest: extract gem_createDaniel Vetter
2012-01-10testdisplay: rename global fd variable to drm_fdDaniel Vetter
2012-01-10testdisplay: fixup smaller compiler warningsDaniel Vetter
2012-01-10lib/drmtest: extract gem_closeDaniel Vetter
2012-01-09testdisplay: update to new colorkey ioctlJesse Barnes
2011-12-18testdisplay: shut up compilerDaniel Vetter
2011-12-18testdisplay: move drm_fourcc.h include under the #ifdef protectionDaniel Vetter
2011-12-17tests/testdisplay.c: make the 3th pipe finish all the mode setting.Yi Sun
2011-12-14testdisplay: don't test planes if i915 color key ioctl is not availableJesse Barnes
2011-12-07testdisplay: update for final plane & fb ABIJesse Barnes
2011-11-04testdisplay: Round tiled allocations up to pot stride and fence sizeChris Wilson
2011-11-03testdisplay: find planes for each pipeJesse Barnes
2011-11-03testdisplay: update to new addfb2 definitionJesse Barnes
2011-10-30testdisplay: compile fix for !DRM_PLANESDaniel Vetter
2011-10-28testdisplay: allow overlay plane to be moved & scaled at runtimeJesse Barnes
2011-10-27testdisplay: add stub disable_planes() functionJesse Barnes
2011-10-24testdisplay: add sprite scaling and location supportJesse Barnes
2011-09-16testdisplay: return 0 when successfulPaulo Zanoni
2011-09-15testdisplay: remove wrong return statementPaulo Zanoni