]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: Add smu message control block
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 16 Dec 2025 05:50:54 +0000 (11:20 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 10 Jan 2026 19:08:02 +0000 (14:08 -0500)
commit4f379370a49ccb747d8d87f2d8ee9bba965e1897
tree4090288cf9f8abad1a0a3fce2018fe7b48b671f9
parentca5d4db8db843be7ed35fc9334737490c2b58d32
drm/amd/pm: Add smu message control block

Add message control block to abstract PMFW message protocol. Message
control block primarily carries message config which is set of register
addresses and message ops which abstracts the protocol of sending messages.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h