diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c index bfaa0eac3213..9e99736aa984 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |||
@@ -351,6 +351,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type) | |||
351 | case CHIP_VEGA12: | 351 | case CHIP_VEGA12: |
352 | case CHIP_VEGA20: | 352 | case CHIP_VEGA20: |
353 | case CHIP_NAVI10: | 353 | case CHIP_NAVI10: |
354 | case CHIP_NAVI14: | ||
354 | if (!load_type) | 355 | if (!load_type) |
355 | return AMDGPU_FW_LOAD_DIRECT; | 356 | return AMDGPU_FW_LOAD_DIRECT; |
356 | else | 357 | else |