aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
diff options
context:
space:
mode:
authorChengming Gui <[email protected]>2020-11-10 08:02:22 +0000
committerAlex Deucher <[email protected]>2021-05-20 02:40:47 +0000
commitc0729819104a166b561019f77c18b8ddb8b4e94f (patch)
tree729747f2cd619e408332d9833e424abbd308b902 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
parentdrm/amd/amdgpu: add smu support for beige_goby (diff)
downloadkernel-c0729819104a166b561019f77c18b8ddb8b4e94f.tar.gz
kernel-c0729819104a166b561019f77c18b8ddb8b4e94f.zip
drm/amd/amdgpu: add psp support for beige_goby
add general PSP support for beige_goby Signed-off-by: Chengming Gui <[email protected]> Reviewed-by: Tao Zhou <[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 56a3c3e5cb1f..55378c6b9722 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
@@ -105,6 +105,7 @@ static int psp_early_init(void *handle)
case CHIP_NAVY_FLOUNDER:
case CHIP_VANGOGH:
case CHIP_DIMGREY_CAVEFISH:
+ case CHIP_BEIGE_GOBY:
psp_v11_0_set_psp_funcs(psp);
psp->autoload_supported = true;
break;