summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
AgeCommit message (Expand)Author
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
2011-09-15testdisplay: don't enter the main loop if dump_info or test_all_modesPaulo Zanoni
2011-09-15testdisplay: test all modes if no option is providedPaulo Zanoni
2011-09-15testdisplay: fix compiler warningsPaulo Zanoni
2011-08-12testdisplay: for tiled mode test, the height should be alignedHai Lan
2011-07-13testdisplay: Test the first mode if there is no preferred mode.Hai Lan
2011-06-07testdisplay: automatically enable TEST_PLANES if possibleJesse Barnes
2011-06-07testdisplay: fix error output if test pattern draw failsJesse Barnes
2011-06-07testdisplay: add tiled buffer test supportJesse Barnes
2011-06-07testdisplay: add overlay plane test optionJesse Barnes
2011-06-07testdisplay: fix possible_crtcs check so LVDS worksLan, Hai
2011-05-31testdisplay: print pixel clock in mode debug outputSun Yi
2011-05-12testdisplay: add 30bpp support (#ifdef'd out until the next cairo release)Jesse Barnes
2011-05-04testdisplay: don't read hotplug events from buffer before libudevJesse Barnes
2011-04-26Fix a bug of testing preferred modeHai Lan
2011-04-19testdisplay: add non-24 bit depth supportJesse Barnes
2011-04-18testdisplay: paint color gradientsJesse Barnes
2011-02-11correct a mistyping for testdisplayHai Lan
2011-02-11testdisplay: Remove deprecated GIO functionsChris Wilson
2011-02-11testdisplay: ClarifyChris Wilson
2011-02-11Add a test case into intel-gpu-tools for intel display driver validation.Hai Lan
2010-12-21tests: add display testing programJesse Barnes