mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
drm/amd/pm: add smu_v13_0_10 support
add smu_v13_0_10 support. Signed-off-by: Yang Wang <KevinYang.Wang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a60d219137
commit
92f0504366
|
|
@ -605,6 +605,7 @@ static int smu_set_funcs(struct amdgpu_device *adev)
|
|||
smu->od_enabled = true;
|
||||
break;
|
||||
case IP_VERSION(13, 0, 0):
|
||||
case IP_VERSION(13, 0, 10):
|
||||
smu_v13_0_0_set_ppt_funcs(smu);
|
||||
break;
|
||||
case IP_VERSION(13, 0, 7):
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
MODULE_FIRMWARE("amdgpu/aldebaran_smc.bin");
|
||||
MODULE_FIRMWARE("amdgpu/smu_13_0_0.bin");
|
||||
MODULE_FIRMWARE("amdgpu/smu_13_0_7.bin");
|
||||
MODULE_FIRMWARE("amdgpu/smu_13_0_10.bin");
|
||||
|
||||
#define mmMP1_SMN_C2PMSG_66 0x0282
|
||||
#define mmMP1_SMN_C2PMSG_66_BASE_IDX 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user