diff options
author | Evan Quan <evan.quan@amd.com> | 2018-02-06 20:34:22 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-21 15:24:12 -0400 |
commit | eddfa8dfadf66c45bb3cfae8c33e81df22e3fb8c (patch) | |
tree | 4bc5146e8e076b427ef6c73a1447457c7a7ccfd1 | |
parent | ff13dc671de8489df3655ab30dcf1fe4a42ad9d3 (diff) |
drm/amdgpu: initilize vega12 psp firmwares
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-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) | |||
109 | case CHIP_VEGA10: | 109 | case CHIP_VEGA10: |
110 | chip_name = "vega10"; | 110 | chip_name = "vega10"; |
111 | break; | 111 | break; |
112 | case CHIP_VEGA12: | ||
113 | chip_name = "vega12"; | ||
114 | break; | ||
112 | default: BUG(); | 115 | default: BUG(); |
113 | } | 116 | } |
114 | 117 | ||