drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resume
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 26 May 2020 15:07:39 +0000 (16:07 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 27 May 2020 09:51:57 +0000 (10:51 +0100)
commit0109a16ef391b2ebfbfdf08250c1dfb5dbf83d1e
tree6f58e0a5daab9d7a7c8d2ccdee456902aa889966
parent511b6d9aed417739b6aa49d0b6b4354ad21020f1
drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resume

We only restore GLOBAL binds upon resume as we expect these to be pinned
for use by HW, whereas the LOCAL binds can be recreated on demand once
userspace is resumed. For the LOCAL bind to be recreated in the global
GTT (for old systems without ppgtt), we need to clear its presence flag
on deciding not to restore the mapping upon resume.

Fixes: bf0840cdb304 ("drm/i915/gt: Stop cross-polluting PIN_GLOBAL with PIN_USER with no-ppgtt")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200526150739.26147-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_ggtt.c