summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/Makefile
diff options
context:
space:
mode:
authorKevin Wang <kevin1.wang@amd.com>2020-10-21 00:09:36 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 22:54:24 -0400
commitc05d1c401572ac63d704183b19db2ce746961412 (patch)
tree94bd7270da9ab0e6ec8ecf3ad794bcae557925a0 /drivers/gpu/drm/amd/pm/swsmu/Makefile
parent465c437aac49c7d435c4447a15249f4d5623530c (diff)
downloadlinux-c05d1c401572ac63d704183b19db2ce746961412.tar.bz2
drm/amd/swsmu: add aldebaran smu13 ip support (v3)
Add initial swSMU support. v1: add smu13 ip support for aldebaran asic (Kevin/Kenneth) v2: switch to thm/mp v13_0 ip headers (Hawking) v3: squash in updates (Alex) Signed-off-by: Kevin Wang <kevin1.wang@amd.com> Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Kenneth Feng <kenneth.feng@amd.com> Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/swsmu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/Makefile b/drivers/gpu/drm/amd/pm/swsmu/Makefile
index 6f281990b7b4..7987c6cf849d 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/Makefile
+++ b/drivers/gpu/drm/amd/pm/swsmu/Makefile
@@ -22,7 +22,7 @@
AMD_SWSMU_PATH = ../pm/swsmu
-SWSMU_LIBS = smu11 smu12
+SWSMU_LIBS = smu11 smu12 smu13
AMD_SWSMU = $(addsuffix /Makefile,$(addprefix $(FULL_AMD_PATH)/pm/swsmu/,$(SWSMU_LIBS)))