mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 05:47:35 +07:00
74785623db
Add support for the SMU manager for Fiji. This handles the firmware loading for other IP blocks (GFX, SDMA, etc.). Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>
10 lines
287 B
Makefile
10 lines
287 B
Makefile
#
|
|
# Makefile for the 'smu manager' sub-component of powerplay.
|
|
# It provides the smu management services for the driver.
|
|
|
|
SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o
|
|
|
|
AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
|
|
|
|
AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)
|