Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4630f0fa authored by Jammy Zhou's avatar Jammy Zhou Committed by Alex Deucher
Browse files

drm/amd/powerplay: add Carrizo smu support



This implements the SMU firmware manager interface for CZ.
Some header files are moved from amdgpu folder to powerplay as well.

v3: delete peci sub-module.
v2: use cgs interface directly
    add load_mec_firmware function

Signed-off-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Signed-off-by: default avatarJammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3bace359
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
# Makefile for the 'smu manager' sub-component of powerplay.
# Makefile for the 'smu manager' sub-component of powerplay.
# It provides the smu management services for the driver.
# It provides the smu management services for the driver.


SMU_MGR = smumgr.o
SMU_MGR = smumgr.o cz_smumgr.o


AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))


Loading