]> asedeno.scripts.mit.edu Git - linux.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)
commitd939f44d4a7f910755165458da20407d2139f581
tree7b824efca2ff622bf8ec616b62acdfd27f9b249f
parentab0cb022c8fd6f465f40f1cbee7d71c6280b6c74
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