]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Catch abuse of I915_EXEC_GEN7_SOL_RESET
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 06:09:09 +0000 (08:09 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 10:12:16 +0000 (12:12 +0200)
commit9a4718dc7ed13436d60c3141dd1e8bbc7dad8a54
treeb9759aefa24f74078ac5047ff1a88868703ff68e
parentf68918de204f124b33e0fcf0777c47ca793f60e1
drm/i915: Catch abuse of I915_EXEC_GEN7_SOL_RESET

Currently we catch it, but silently succeed. Our userspace is
better than this.

v2: Add DRM_DEBUG (Chris)

Testcase: igt/gem_exec_params/sol-reset-*
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_execbuffer.c