Skip to content

Commit 0a668ae

Browse files
Bhawanpreet Lakhaalexdeucher
authored andcommitted
drm/amdgpu: parse ta firmware for navy_flounder
Use the same case as sienna_cichlid Signed-off-by: Bhawanpreet Lakha <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 1a68d96 commit 0a668ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/gpu/drm/amd/amdgpu/psp_v11_0.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,11 @@ static int psp_v11_0_init_microcode(struct psp_context *psp)
179179
}
180180
break;
181181
case CHIP_SIENNA_CICHLID:
182+
case CHIP_NAVY_FLOUNDER:
182183
err = psp_init_ta_microcode(&adev->psp, chip_name);
183184
if (err)
184185
return err;
185186
break;
186-
case CHIP_NAVY_FLOUNDER:
187-
break;
188187
default:
189188
BUG();
190189
}

0 commit comments

Comments
 (0)