]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: Fix RRMT for gfx v12_1
authorMichael Chen <michael.chen@amd.com>
Tue, 6 Jan 2026 07:22:57 +0000 (15:22 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Mar 2026 14:30:15 +0000 (10:30 -0400)
commit370deb69ea618130c396ed4f33f035773c3d7420
treed515bd91571a3f21d683094d113b5a69e6958b73
parent44e5195fa3d4f14cfef6fcec0ccc32a08bac1d87
drm/amdgpu: Fix RRMT for gfx v12_1

Correct NORMALIZE_XCC_REG_OFFSET to 0xFFFF
because reg offset is in DW. Also set mode 3
temporarily for out of XCD access for MMHUB
TLB flush. Will need to figure out how to
differentiate between AID and MID access later.

Signed-off-by: Michael Chen <michael.chen@amd.com>
Reviewed-by: Alex Sierra <alex.sierra@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c