OSDN Git Service

tests: kms: Implement universal planes test
authorThierry Reding <treding@nvidia.com>
Wed, 9 Dec 2015 17:37:44 +0000 (18:37 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 18 Dec 2015 17:44:10 +0000 (17:44 +0000)
commit89cca28dfbc0c96c13b1dfa3bc3c947876469159
tree2585c44ad582fb133b01b20f6d4680c5a15143dd
parente0ec59efb12eb4e5a548f29df620c3c5e1cd6e4f
tests: kms: Implement universal planes test

This small program allows universal planes to be tested. Currently this
isn't very flexible because it allows only the first plane of a given
type to be tested on the first CRTC. However it should be simple to
extend this with some additional command-line arguments.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
tests/kms/Makefile.am
tests/kms/kms-universal-planes.c [new file with mode: 0644]