Commit e470d287 authored by Xiaojie Yuan's avatar Xiaojie Yuan Committed by Alex Deucher

drm/amdgpu: skip to load ta firmware for navi14

Not relevant on navi14.
Signed-off-by: default avatarXiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c6e764b4
...@@ -162,6 +162,7 @@ static int psp_v11_0_init_microcode(struct psp_context *psp) ...@@ -162,6 +162,7 @@ static int psp_v11_0_init_microcode(struct psp_context *psp)
} }
break; break;
case CHIP_NAVI10: case CHIP_NAVI10:
case CHIP_NAVI14:
break; break;
default: default:
BUG(); BUG();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment