drm/i915/ttm: add unmap_virtual callback
authorMatthew Auld <matthew.auld@intel.com>
Thu, 6 Jan 2022 17:49:09 +0000 (17:49 +0000)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 10 Jan 2022 13:55:07 +0000 (13:55 +0000)
commit8ee262ba79a19a4dba9949397b1cf5761679670c
tree49b842c976fb4a82ebd563723a0d4f1483aafa40
parent03ee5956781b2245b1c77334ecdea6386fd3bfba
drm/i915/ttm: add unmap_virtual callback

Ensure we call ttm_bo_unmap_virtual when releasing the pages.
Importantly this should now handle the ttm swapping case, and all other
places that already call into i915_ttm_move_notify().

v2: fix up the selftest

Fixes: cf3e3e86d779 ("drm/i915: Use ttm mmap handling for ttm bo's.")
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220106174910.280616-3-matthew.auld@intel.com
(cherry picked from commit 903e0387270eef14a711c0feb23b7bf62d2480df)
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/gem/i915_gem_mman.c
drivers/gpu/drm/i915/gem/i915_gem_object_types.h
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c