Re: [PATCH 1/2] drm/i915/gem: Do not look for the exact address in node

2024-08-08 Thread Nirmoy Das
On 8/7/2024 12:05 PM, Andi Shyti wrote: 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 Reviewed-by: Nirmoy Da

[PATCH 1/2] drm/i915/gem: Do not look for the exact address in node

2024-08-07 Thread Andi Shyti
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 --- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 6 +++--- 1 file ch