This enabled DPM support for Fiji. DPM is dynamic clock and voltage scaling. v2: rename fiji_hwmgr_early_init to fiji_hwmgr_init v3: (agd) fold in endian fix, additional function addition Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>
15 lines
519 B
Makefile
15 lines
519 B
Makefile
#
|
|
# Makefile for the 'hw manager' sub-component of powerplay.
|
|
# It provides the hardware management services for the driver.
|
|
|
|
HARDWARE_MGR = hwmgr.o processpptables.o functiontables.o \
|
|
hardwaremanager.o pp_acpi.o cz_hwmgr.o \
|
|
cz_clockpowergating.o \
|
|
tonga_processpptables.o ppatomctrl.o \
|
|
tonga_hwmgr.o pppcielanes.o \
|
|
fiji_powertune.o fiji_hwmgr.o
|
|
|
|
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))
|
|
|
|
AMD_POWERPLAY_FILES += $(AMD_PP_HWMGR)
|