]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/amdgpu: fix the inst passed to amdgpu_virt_rlcg_reg_rw
authorVictor Zhao <Victor.Zhao@amd.com>
Mon, 13 May 2024 05:10:51 +0000 (13:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 May 2024 19:11:38 +0000 (15:11 -0400)
commite21e0b782430c7731b0f12ebb7a5e2ff7c20d86b
treec7d20c6bcf01beae28f88b82a70e5177dfa3a310
parentf889f9c68bcc2da0286ee22a566ed07d16b509d9
drm/amd/amdgpu: fix the inst passed to amdgpu_virt_rlcg_reg_rw

the inst passed to amdgpu_virt_rlcg_reg_rw should be physical instance.
Fix the miss matched code.

Signed-off-by: Victor Zhao <Victor.Zhao@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_device.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c