Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/i915: Convert partial ggtt vma to full ggtt if it spans the entir…
…e 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
- Loading branch information