drm/i915: Don't set PIN_MAPPABLE for legacy ringbuffers
authorDaniel Vetter <[email protected]>
Fri, 14 Feb 2014 13:01:14 +0000 (14:01 +0100)
committerDaniel Vetter <[email protected]>
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 <[email protected]>
Cc: Ben Widawsky <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/intel_ringbuffer.c