commit | c69766f2b9fa612840a820b68f7a417cc64c102b | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 14 14:01:17 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 14 14:18:07 2014 +0100 |
tree | 4fbc88a20152762b7606d4c766b594c1d25e4028 | |
parent | e01f69295b32dfd756d768a1fdae124108bfec04 [diff] |
drm/i915: Don't allocate context pages as mappable Only the hardware really access them, so no need to have cpu gtt access available. 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>