Skip to content

Commit f081e69

Browse files
Jiansong Chenalexdeucher
authored andcommitted
drm/amdgpu: use front door firmware loading for navy_flounder
Same as other navi asics. Signed-off-by: Jiansong Chen <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 7420eab commit f081e69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,11 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type)
390390
case CHIP_NAVI14:
391391
case CHIP_NAVI12:
392392
case CHIP_SIENNA_CICHLID:
393+
case CHIP_NAVY_FLOUNDER:
393394
if (!load_type)
394395
return AMDGPU_FW_LOAD_DIRECT;
395396
else
396397
return AMDGPU_FW_LOAD_PSP;
397-
case CHIP_NAVY_FLOUNDER:
398-
return AMDGPU_FW_LOAD_DIRECT;
399398
default:
400399
DRM_ERROR("Unknown firmware load type\n");
401400
}

0 commit comments

Comments
 (0)