aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
diff options
context:
space:
mode:
authorXiaojie Yuan <[email protected]>2019-08-02 13:59:36 +0000
committerAlex Deucher <[email protected]>2019-08-02 15:30:41 +0000
commit739cdbd6a21b61677890b648fe49f40a9dbcc909 (patch)
tree3afdb2441dcd05415425e5da68cc0cc45329dd05 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
parentdrm/amdgpu/smu11: add smu support for navi12 (diff)
downloadkernel-739cdbd6a21b61677890b648fe49f40a9dbcc909.tar.gz
kernel-739cdbd6a21b61677890b648fe49f40a9dbcc909.zip
drm/amdgpu/psp11: add psp support for navi12
Same as other navi asics. Signed-off-by: Xiaojie Yuan <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
index 314e7cbabc87..d1ac73eca06a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -59,6 +59,7 @@ static int psp_early_init(void *handle)
break;
case CHIP_NAVI10:
case CHIP_NAVI14:
+ case CHIP_NAVI12:
psp_v11_0_set_psp_funcs(psp);
psp->autoload_supported = true;
break;