diff options
author | Xiaojie Yuan <xiaojie.yuan@amd.com> | 2018-12-17 05:04:19 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-07-18 15:17:58 -0400 |
commit | e2d2607f90732e59153c5cb74a31b86259d83bc2 (patch) | |
tree | ab42bd0e59822a6e868a25f7a84513456d3f4309 | |
parent | 7ecb5cd451b7bce8196bf40c6e10c5f266b3994d (diff) |
drm/amdgpu: add navi14 ucode loading method
Same as navi10.
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jack Xiao <Jack.Xiao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-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 |