diff options
| author | Xiaojie Yuan <[email protected]> | 2018-12-17 10:04:19 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-07-18 19:17:58 +0000 |
| commit | e2d2607f90732e59153c5cb74a31b86259d83bc2 (patch) | |
| tree | ab42bd0e59822a6e868a25f7a84513456d3f4309 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
| parent | drm/amdgpu: set asic family and ip blocks for navi14 (diff) | |
| download | kernel-e2d2607f90732e59153c5cb74a31b86259d83bc2.tar.gz kernel-e2d2607f90732e59153c5cb74a31b86259d83bc2.zip | |
drm/amdgpu: add navi14 ucode loading method
Same as navi10.
Signed-off-by: Xiaojie Yuan <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Jack Xiao <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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) case CHIP_VEGA12: case CHIP_VEGA20: case CHIP_NAVI10: + case CHIP_NAVI14: if (!load_type) return AMDGPU_FW_LOAD_DIRECT; else |
