]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/ttm: Use GART helper to map VRAM pages (v2)
authorTimur Kristóf <timur.kristof@gmail.com>
Fri, 7 Nov 2025 15:57:36 +0000 (16:57 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Nov 2025 02:54:17 +0000 (21:54 -0500)
commit43a0ca334e0de9b1eba0dc25f0c901d0e5d02c2c
tree53192a67ec8d19f0e26544e6b983b0e9ffdb4482
parent15bd4958fe38e763bc17b607ba55155254a01f55
drm/amdgpu/ttm: Use GART helper to map VRAM pages (v2)

Use the GART helper function introduced in the previous commit
to map the VRAM pages of the transfer window to GART.
No functional changes, just code cleanup.

Split this into a separate commit to make it easier to bisect,
in case there are problems in the future.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c