drmtest: First check that driver is i915
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 25 Jul 2014 16:34:06 +0000 (17:34 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 25 Jul 2014 16:38:19 +0000 (17:38 +0100)
commita6e6c5bdcf93376a505abff3ae510d8275727028
tree128092887a4beba31966442ce0ad6928e1938acc
parentfcbc5028aef6a8691c87d9153c93246f7904e307
drmtest: First check that driver is i915

Before issuing any i915 specific ioctls, check the driver is i915
otherwise we make other drivers emit nasty errors at the start of every
test.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
lib/drmtest.c