drm/amdgpu: Skip halting RLC on GFX v9.4.3
authorLijo Lazar <lijo.lazar@amd.com>
Fri, 24 Mar 2023 09:51:30 +0000 (15:21 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:58:41 +0000 (09:58 -0400)
commit00e1ab02c2ba31b2bd446979949193eb3ca2561c
tree587125a8b6edb8e4f93d8ed89f6ee01481ac0abf
parent1e91a5f79110b96baf7ad21d3c7b5c3e18cdf2a5
drm/amdgpu: Skip halting RLC on GFX v9.4.3

RLC-PMFW handshake happens periodically when GFXCLK DPM is enabled and
halting RLC may cause unexpected results. Avoid halting RLC from driver
side.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Le Ma <le.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c