diff options
author | Prike Liang <Prike.Liang@amd.com> | 2021-11-12 15:28:55 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-02-16 17:30:03 -0500 |
commit | db090ff8f98d8314fab0442a16e7b1e6a33e16be (patch) | |
tree | a1756d71f24d9049f866c413100a26d409b32659 /drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | |
parent | f99a7eb2d11b00a20c9fd6e724c60151b74b6ce9 (diff) | |
download | linux-db090ff8f98d8314fab0442a16e7b1e6a33e16be.tar.bz2 |
drm/amd/pm: Add support for MP1 13.0.8
Set smu sw function and enable swSMU support for MP1.
Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c')
-rw-r--r-- | drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c index ea6c2dab5ecc..e9d4b82755dd 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c +++ b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c @@ -568,6 +568,7 @@ int smu_cmn_get_enabled_mask(struct smu_context *smu, case IP_VERSION(11, 5, 0): case IP_VERSION(13, 0, 1): case IP_VERSION(13, 0, 3): + case IP_VERSION(13, 0, 8): ret = smu_cmn_send_smc_msg_with_param(smu, SMU_MSG_GetEnabledSmuFeatures, 0, |