]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Reject non-default contexts on non-render again
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Dec 2013 15:37:49 +0000 (16:37 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Dec 2013 16:50:38 +0000 (17:50 +0100)
commit3c150f9eb57d98cd69aa5ec523c4497064480b83
tree32b89d90761fb2914e2a656d9e98299bf8c6c59d
parent2a75b51a2f012c123d04246a551e95aff4d6efcb
drm/i915: Reject non-default contexts on non-render again

This reverts the abi-change from

commit f94b5b1a46c1c6041d1355e3b866e869f7ae403e
Author: Ben Widawsky <ben@bwidawsk.net>
Date:   Fri Dec 6 14:11:01 2013 -0800

    drm/i915: Permit contexts on all rings

We don't actually need this, only the internal changes to allow
contexts on all rings for the purpose of ppgtt switching are required.
And I'm not sure whether this is the right thing to do given some of
the hw features in the pipeline.

Also, new abi needs userspace patches as a proof-of-need, which is
completely lacking here.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_execbuffer.c