diff options
author | Evan Quan <[email protected]> | 2018-02-07 09:34:22 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2018-03-21 14:24:12 -0500 |
commit | eddfa8dfadf66c45bb3cfae8c33e81df22e3fb8c (patch) | |
tree | 4bc5146e8e076b427ef6c73a1447457c7a7ccfd1 /drivers/gpu/drm/amd/amdgpu | |
parent | ff13dc671de8489df3655ab30dcf1fe4a42ad9d3 (diff) |
drm/amdgpu: initilize vega12 psp firmwares
Acked-by: Christian König <[email protected]>
Signed-off-by: Evan Quan <[email protected]>
Reviewed-by: Feifei Xu <[email protected]>
Acked-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c index 5c824a38982b..196e75def1f2 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c @@ -109,6 +109,9 @@ static int psp_v3_1_init_microcode(struct psp_context *psp) case CHIP_VEGA10: chip_name = "vega10"; break; + case CHIP_VEGA12: + chip_name = "vega12"; + break; default: BUG(); } |