On Tue, Jul 28, 2020 at 11:43 AM Bhawanpreet Lakha <[email protected]> wrote: > > Use the same case as sienna_cichlid > > Signed-off-by: Bhawanpreet Lakha <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > index d488d250805d..e16874f30d5d 100644 > --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > @@ -179,12 +179,11 @@ static int psp_v11_0_init_microcode(struct psp_context > *psp) > } > break; > case CHIP_SIENNA_CICHLID: > + case CHIP_NAVY_FLOUNDER: > err = psp_init_ta_microcode(&adev->psp, chip_name); > if (err) > return err; > break; > - case CHIP_NAVY_FLOUNDER: > - break; > default: > BUG(); > } > -- > 2.17.1 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
