commit | aa136d9d72c2f9c4925ff86eebc86748fa069beb | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 18 17:17:03 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 18 22:36:51 2016 +0100 |
tree | 1df54a61596f54d3e8211c059bd590c5d477499d | |
parent | a61007a83a4671da77210790997d5c8c92ed87ea [diff] |
drm/i915: Convert partial ggtt vma to full ggtt if it spans the entire object If we want to create a partial vma from a chunk that is the same size as the object, create a normal ggtt vma instead. The benefit is that it will match future requests for the normal ggtt. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160818161718.27187-24-chris@chris-wilson.co.uk