]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: Use correct address to setup gart page table for vram access
authorXiaogang Chen <xiaogang.chen@amd.com>
Thu, 8 Jan 2026 15:50:36 +0000 (09:50 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Jan 2026 19:57:34 +0000 (14:57 -0500)
commit122b15cdbcc2eaccd7c1e630bb79ff4c268dd3f4
tree7f5d744008ee39a43027d0b6b7c77b4be20c0fb7
parent9c8120015270d8a31c335c7137977749e5e8cd30
drm/amdgpu: Use correct address to setup gart page table for vram access

Use dst input parameter to setup gart page table entries instead of using fixed
location.

Fixes: 237d623ae659 ("drm/amdgpu/gart: Add helper to bind VRAM pages (v2)")
Signed-off-by: Xiaogang Chen <xiaogang.chen@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit ca5d4db8db843be7ed35fc9334737490c2b58d32)
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c