aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/pm/Makefile
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2021-11-17 10:46:24 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-01-14 17:51:14 -0500
commit6ddbd37f10749830e0a6ddf839ca4313a007d3f5 (patch)
tree9afa0df93554c0da5a3710eaf0702adcc7df36e3 /drivers/gpu/drm/amd/pm/Makefile
parentdrm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structure (diff)
downloadwireguard-linux-6ddbd37f10749830e0a6ddf839ca4313a007d3f5.tar.xz
wireguard-linux-6ddbd37f10749830e0a6ddf839ca4313a007d3f5.zip
drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementations
Drop cross callings and multi-function APIs. Also avoid exposing internal implementations details. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/Makefile')
-rw-r--r--drivers/gpu/drm/amd/pm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/Makefile b/drivers/gpu/drm/amd/pm/Makefile
index 8cf6eff1ea93..d35ffde387f1 100644
--- a/drivers/gpu/drm/amd/pm/Makefile
+++ b/drivers/gpu/drm/amd/pm/Makefile
@@ -40,7 +40,7 @@ AMD_PM = $(addsuffix /Makefile,$(addprefix $(FULL_AMD_PATH)/pm/,$(PM_LIBS)))
include $(AMD_PM)
-PM_MGR = amdgpu_dpm.o amdgpu_pm.o
+PM_MGR = amdgpu_dpm.o amdgpu_pm.o amdgpu_dpm_internal.o
AMD_PM_POWER = $(addprefix $(AMD_PM_PATH)/,$(PM_MGR))