drm/i915/stolen: treat stolen local as normal local memory
authorMatthew Auld <matthew.auld@intel.com>
Wed, 21 Apr 2021 10:46:56 +0000 (11:46 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Thu, 22 Apr 2021 07:50:17 +0000 (08:50 +0100)
commitb75947e6b29d5b33f79d7b3918747592534e3fb1
treefe128747971b8b4ec4151cbc65937ed7a646d2d0
parentd57d4a1daf5e8393e87244427c9b87dd565bd37c
drm/i915/stolen: treat stolen local as normal local memory

Underneath it's the same stuff, so things like the PTE_LM bits for the
GTT should just keep working as-is.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210421104658.304142-2-matthew.auld@intel.com
drivers/gpu/drm/i915/gem/i915_gem_lmem.c