overlay: Auatomatically mount debugfs

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2013-08-19 18:15:04 +01:00
parent 34198b801e
commit 55b8c33ca5
8 changed files with 33 additions and 1 deletions
+2
View File
@@ -210,9 +210,11 @@ static inline void gem_require_ring(int fd, int ring_id)
case I915_EXEC_BSD:
igt_require(HAS_BSD_RING(intel_get_drm_devid(fd)));
return;
#ifdef I915_EXEC_VEBOX
case I915_EXEC_VEBOX:
igt_require(gem_has_vebox(fd));
return;
#endif
default:
assert(0);
return;