summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
diff options
context:
space:
mode:
authorEric Huang <JinHuiEric.Huang@amd.com>2015-08-26 16:50:59 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-12-21 16:42:16 -0500
commit74785623db6889e6fffb5d2565a27fbeb9ddb390 (patch)
tree190ce1822532d90d1681719473cbc911c1944330 /drivers/gpu/drm/amd/powerplay/smumgr/Makefile
parent3ec2cdb85f87dba08a025f12030f419847fcbfd6 (diff)
downloadtalos-op-linux-74785623db6889e6fffb5d2565a27fbeb9ddb390.tar.gz
talos-op-linux-74785623db6889e6fffb5d2565a27fbeb9ddb390.zip
drm/amd/powerplay: add Fiji SMU support.
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>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/smumgr/Makefile')
-rw-r--r--drivers/gpu/drm/amd/powerplay/smumgr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
index 0e3348d82f04..6c4ef135cf01 100644
--- a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
@@ -2,7 +2,7 @@
# 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
+SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o
AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
OpenPOWER on IntegriCloud