summaryrefslogtreecommitdiff
path: root/tests/testpat.cpp
AgeCommit message (Collapse)Author
2016-05-23File/dir renamesTomi Valkeinen
2016-05-20testpat: Fix undefined function compilation errorLaurent Pinchart
std::strerror() is defined in the cstring header. Include it directly as it might not be included indirectly with all compiler versions. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-05-16testpat: add dmt & cea parametersTomi Valkeinen
2016-05-16testpat: fix crtc regexpTomi Valkeinen
2016-01-12testpat: show video mode HzTomi Valkeinen
2016-01-12testpat: support interlaceTomi Valkeinen
2015-11-26testpat: big rewriteTomi Valkeinen
2015-11-06remove print_shortTomi Valkeinen
2015-10-20tests/testpat: Add -m flagJyri Sarha
2015-10-04use PixelFormat all aroundTomi Valkeinen
2015-10-03Add DumbFramebufferTomi Valkeinen
Move the current Framebuffer to DumbFramebuffer, and make a simple Framebuffer as its super class.
2015-10-01move test.h to libkmstestTomi Valkeinen
2015-10-01move test utils to libkmstest libraryTomi Valkeinen
2015-09-28Add Card::get_connected_pipelines()Tomi Valkeinen
2015-09-28move test.h to test/Tomi Valkeinen
2015-09-28move db and testpat to tests/Tomi Valkeinen