]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0 (v2)
authorVictor Lu <victorchengchi.lu@amd.com>
Tue, 8 Aug 2023 18:28:56 +0000 (14:28 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Nov 2023 22:03:16 +0000 (17:03 -0500)
commit197264284303b30b26e885d83680f594e69840e5
tree8e362720ba057b11cb57e35982f162de2ee38fc2
parent85150626ea0423fd0adb5ac9b5ab4bbaff9aa30b
drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0 (v2)

W/RREG32_RLC is hardedcoded to use instance 0. W/RREG32_SOC15_RLC
should be used instead when inst != 0.

v2: rebase

Signed-off-by: Victor Lu <victorchengchi.lu@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gc_9_4_3.c
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
drivers/gpu/drm/amd/amdgpu/soc15_common.h