drm/amdgpu: fixing rlc firmware loading failure issue
authorYang Wang <kevinyang.wang@amd.com>
Tue, 13 Aug 2024 05:51:48 +0000 (13:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 16 Aug 2024 18:19:16 +0000 (14:19 -0400)
commit89ec85d16eb8110d88c273d1d34f1fe5a70ba8cc
tree77c316415304b3280dce12fe0228b3b8372e298d
parent0f2c243dbfa008cec2dad03ea074156b6b176a03
drm/amdgpu: fixing rlc firmware loading failure issue

Skip rlc firmware validation to ignore firmware header size mismatch issues.
This restores the workaround added in
commit 849e133c973c ("drm/amdgpu: Fix the null pointer when load rlc firmware")

Fixes: 3af2c80ae2f5 ("drm/amdgpu: refine gfx10 firmware loading")
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3551
Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c