]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/gem: Adjust vma offset for framebuffer mmap offset
authorAndi Shyti <andi.shyti@linux.intel.com>
Fri, 2 Aug 2024 08:38:49 +0000 (10:38 +0200)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Tue, 6 Aug 2024 12:09:48 +0000 (15:09 +0300)
commit1ac5167b3a90c9820daa64cc65e319b2d958d686
tree930c8a79f611e8b534ccabe362628fc3d17dac2a
parent1b85bdb0fadb42f5ef75ddcd259fc1ef13ec04de
drm/i915/gem: Adjust vma offset for framebuffer mmap offset

When mapping a framebuffer object, the virtual memory area (VMA)
offset ('vm_pgoff') should be adjusted by the start of the
'vma_node' associated with the object. This ensures that the VMA
offset is correctly aligned with the corresponding offset within
the GGTT aperture.

Increment vm_pgoff by the start of the vma_node with the offset=
provided by the user.

Suggested-by: Chris Wilson <chris.p.wilson@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: <stable@vger.kernel.org> # v4.9+
[Joonas: Add Cc: stable]
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240802083850.103694-2-andi.shyti@linux.intel.com
(cherry picked from commit 60a2066c50058086510c91f404eb582029650970)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/gem/i915_gem_mman.c