drm/amd/display: skip to load dmcu firmware for navi14
not needed for navi14 at the moment. Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e470d287c3
commit
baebcf2e91
1 changed files with 1 additions and 0 deletions
|
|
@ -809,6 +809,7 @@ static int load_dmcu_fw(struct amdgpu_device *adev)
|
|||
case CHIP_VEGA12:
|
||||
case CHIP_VEGA20:
|
||||
case CHIP_NAVI10:
|
||||
case CHIP_NAVI14:
|
||||
return 0;
|
||||
case CHIP_RAVEN:
|
||||
if (ASICREV_IS_PICASSO(adev->external_rev_id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue