diff options
| author | Feifei Xu <[email protected]> | 2017-10-20 02:25:55 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-03-21 19:24:18 +0000 |
| commit | 6b9c6e1b15418e0fb349b537e647ec607ae98fb7 (patch) | |
| tree | 4358f575377f0fd861e82da5a54faa54827967d0 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
| parent | drm/amdgpu: initilize vega12 psp firmwares (diff) | |
| download | kernel-6b9c6e1b15418e0fb349b537e647ec607ae98fb7.tar.gz kernel-6b9c6e1b15418e0fb349b537e647ec607ae98fb7.zip | |
drm/amdgpu: add vega12 ucode loading method
Same as vega10.
Acked-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Feifei Xu <[email protected]>
Signed-off-by: Hawking Zhang <[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 474f88fbafce..dd6f98921918 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c @@ -271,6 +271,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type) return AMDGPU_FW_LOAD_SMU; case CHIP_VEGA10: case CHIP_RAVEN: + case CHIP_VEGA12: if (!load_type) return AMDGPU_FW_LOAD_DIRECT; else |
