OSDN Git Service

drm/i915: Restrict the aliasing-ppgtt to the size of the ggtt
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 2 Sep 2019 04:02:43 +0000 (05:02 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 3 Sep 2019 04:29:33 +0000 (05:29 +0100)
commit8f5e2b306b4e26db0ec65e0a27b232b179c9122b
tree8d63f786d8cff84c3017349a6da24685cf58ee0f
parent9e362992ff34cab695e669ef1e3f4f65463087e5
drm/i915: Restrict the aliasing-ppgtt to the size of the ggtt

The aliasing-ppgtt is not allowed to be smaller than the ggtt, nor
should we advertise it as being any bigger, or else we may get sued for
false advertisement.

Testcase: igt/gem_exec_big
Fixes: 0b718ba1e884 ("drm/i915/gtt: Downgrade Cherryview back to aliasing-ppgtt")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190902040303.14195-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_gtt.c