aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorEvan Quan <[email protected]>2018-02-07 01:34:22 +0000
committerAlex Deucher <[email protected]>2018-03-21 19:24:12 +0000
commiteddfa8dfadf66c45bb3cfae8c33e81df22e3fb8c (patch)
tree4bc5146e8e076b427ef6c73a1447457c7a7ccfd1 /drivers/gpu/drm
parentdrm/amdgpu/psp: initial vega12 support (diff)
downloadkernel-eddfa8dfadf66c45bb3cfae8c33e81df22e3fb8c.tar.gz
kernel-eddfa8dfadf66c45bb3cfae8c33e81df22e3fb8c.zip
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')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/psp_v3_1.c3
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();
}