]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove unnecessary rlc reset function on gfx9
authorLe Ma <le.ma@amd.com>
Mon, 1 Apr 2019 10:08:30 +0000 (18:08 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Apr 2019 21:23:16 +0000 (16:23 -0500)
commitb59d7a638e631c8e39114e686f23ee610c3c89bf
tree7b824efca2ff622bf8ec616b62acdfd27f9b249f
parent414eda33bbb395b40604edf91a2b3fe9c8debc5f
drm/amdgpu: remove unnecessary rlc reset function on gfx9

The rlc reset function is not necessary during gfx9 initialization/resume phase.
And this function would even cause rlc fw loading failed on some gfx9 ASIC.
Remove this function safely with verification well on Vega/Raven platform.

Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c