summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/Makefile
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2019-01-31 14:46:26 +0300
committerAlex Deucher <alexander.deucher@amd.com>2019-06-22 02:59:24 +0300
commitb3490673f905413014e064a2048425f97dab9b5c (patch)
treebb58533b84b173aea1bee511d23564001b718e27 /drivers/gpu/drm/amd/powerplay/Makefile
parent980e04ec373081067c51a69bc901152086121319 (diff)
downloadlinux-b3490673f905413014e064a2048425f97dab9b5c.tar.xz
drm/amd/powerplay: introduce the navi10 pptable implementation
This patch introduces the navi10 pptable implementation, so far it is already has firmware loading, pptable side loading, writing back to smc, and feature mask enabling. Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/Makefile')
-rw-r--r--drivers/gpu/drm/amd/powerplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/Makefile b/drivers/gpu/drm/amd/powerplay/Makefile
index ec87b3430d12..727c5cff231c 100644
--- a/drivers/gpu/drm/amd/powerplay/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/Makefile
@@ -35,7 +35,7 @@ AMD_POWERPLAY = $(addsuffix /Makefile,$(addprefix $(FULL_AMD_PATH)/powerplay/,$(
include $(AMD_POWERPLAY)
-POWER_MGR = amd_powerplay.o amdgpu_smu.o smu_v11_0.o vega20_ppt.o
+POWER_MGR = amd_powerplay.o amdgpu_smu.o smu_v11_0.o vega20_ppt.o navi10_ppt.o
AMD_PP_POWER = $(addprefix $(AMD_PP_PATH)/,$(POWER_MGR))