]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/gem: Do not look for the exact address in node
authorAndi Shyti <andi.shyti@linux.intel.com>
Wed, 7 Aug 2024 10:05:20 +0000 (11:05 +0100)
committerAndi Shyti <andi.shyti@linux.intel.com>
Wed, 21 Aug 2024 13:28:33 +0000 (15:28 +0200)
commit609d8b1c422cd8d1f93bf526fb236f2e07687e7c
tree8649fe2310500515b096aee42af4e78cf1dca8df
parent0523374e303051c94457df9170f12a752d8b09cf
drm/i915/gem: Do not look for the exact address in node

In preparation for the upcoming partial memory mapping feature,
we want to make sure that when looking for a node we consider
also the offset and not just the starting address of the virtual
memory node.

Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240807100521.478266-2-andi.shyti@linux.intel.com
drivers/gpu/drm/i915/gem/i915_gem_mman.c