2017-11-30 21:15:50 -05:00
#
# Copyright 2017 Advanced Micro Devices, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
#
2015-07-21 21:18:15 +08:00
#
# Makefile for the 'hw manager' sub-component of powerplay.
# It provides the hardware management services for the driver.
2017-09-04 18:22:02 +08:00
HARDWARE_MGR = hwmgr.o processpptables.o \
2018-03-14 20:05:12 +08:00
hardwaremanager.o smu8_hwmgr.o \
2018-03-13 15:44:42 +08:00
pppcielanes.o\
2017-03-03 19:20:47 -05:00
process_pptables_v1_0.o ppatomctrl.o ppatomfwctrl.o \
2016-09-09 13:25:22 +08:00
smu7_hwmgr.o smu7_powertune.o smu7_thermal.o \
2017-03-06 14:03:02 -05:00
smu7_clockpowergating.o \
vega10_processpptables.o vega10_hwmgr.o vega10_powertune.o \
2018-03-06 17:28:38 +08:00
vega10_thermal.o smu10_hwmgr.o pp_psm.o\
2018-03-19 14:23:57 -05:00
vega12_processpptables.o vega12_hwmgr.o \
2018-03-23 15:51:54 +08:00
vega12_thermal.o \
2018-03-21 18:36:50 +08:00
pp_overdriver.o smu_helper.o
2015-07-21 21:18:15 +08:00
AMD_PP_HWMGR = $( addprefix $( AMD_PP_PATH) /hwmgr/,$( HARDWARE_MGR) )
AMD_POWERPLAY_FILES += $( AMD_PP_HWMGR)