tests: add kms_render
authorImre Deak <imre.deak@intel.com>
Thu, 30 May 2013 19:59:59 +0000 (22:59 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 5 Jun 2013 22:43:51 +0000 (01:43 +0300)
commit528b1f381c4e67c2e63e23b5597070fffe8033d6
tree7fd1cc6d9fb7f0b7c4716f06f2fc15ec07e1c050
parentf68d964c57c9229cad7321463e40f14b3974ec5d
tests: add kms_render

Add a test going through all connectors/crtcs/modes/formats painting to
a front FB with CPU or painting to a back FB with CPU and blitting it
to the front FB.

Only formats understood by cairo are supported for now.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
lib/drmtest.c
lib/drmtest.h
tests/.gitignore
tests/Makefile.am
tests/kms_render.c [new file with mode: 0644]