Re: [PATCH v3 1/3] drm/i915/gem: Increment vma offset when mapping fb objects

2024-04-23 Thread Nirmoy Das
Hi Andi, On 4/12/2024 2:48 AM, Andi Shyti wrote: Until now the "vm_pgoff" was not used and there has been no need to set its offset. But now, because we want to support partial mappings with a given offset, we need it to be set. Suggested-by: Chris Wilson Signed-off-by: Andi Shyti Do we

[PATCH v3 1/3] drm/i915/gem: Increment vma offset when mapping fb objects

2024-04-11 Thread Andi Shyti
Until now the "vm_pgoff" was not used and there has been no need to set its offset. But now, because we want to support partial mappings with a given offset, we need it to be set. Suggested-by: Chris Wilson Signed-off-by: Andi Shyti --- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 2 ++ 1 file