]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Don't set PIN_MAPPABLE for legacy ringbuffers
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Feb 2014 13:01:14 +0000 (14:01 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Feb 2014 13:17:42 +0000 (14:17 +0100)
commitbe1fa129f5a31e78ce0a692f0e30c2ff0fad9ebe
tree88e363455c5fa9f8d79ca2ecdb6597fe6a6706ee
parenta9cc726c8546bc6efa43b86465570a4447a54722
drm/i915: Don't set PIN_MAPPABLE for legacy ringbuffers

Tighter code since legacy gem has only mappable anyway.

Split out from Chris vma-bind rework.

Note that this is only possible due to the split-up of the mappable
pin flag into PIN_GLOBAL and PIN_MAPPABLE.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ben Widawsky <benjamin.widawsky@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c