]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/pm: Add priority messages for SMU v13.0.6
authorLijo Lazar <lijo.lazar@amd.com>
Thu, 24 Jul 2025 05:43:27 +0000 (11:13 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Aug 2025 18:18:51 +0000 (14:18 -0400)
commit6ec7120dec937559135a914a3da02a590421bba3
tree43346a590c61d4802eba5d0e71e87bb9f45e60c8
parent91c4fd416463a68dbc2c02ba7b960be9c2486183
drm/amd/pm: Add priority messages for SMU v13.0.6

Certain messages will processed with high priority by PMFW even if it
hasn't responded to a previous message. Send the priority message
regardless of the success/fail status of the previous message. Add
support on SMUv13.0.6 and SMUv13.0.12

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c