[PATCH 10/10] drm/amd/pp: Enable auto automan feature on Polaris
Rex Zhu
Rex.Zhu at amd.com
Thu Feb 8 09:14:19 UTC 2018
Change-Id: I69b24ce65ddb361a89e5ac9b197ae6df9b60a9e5
Signed-off-by: Rex Zhu <Rex.Zhu at amd.com>
---
drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
index f50b6cd..549e830 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
@@ -1023,6 +1023,10 @@ int polaris_set_asic_special_caps(struct pp_hwmgr *hwmgr)
phm_cap_set(hwmgr->platform_descriptor.platformCaps,
PHM_PlatformCaps_TCPRamping);
}
+
+ if (hwmgr->feature_mask & PP_AUTOWATTMAN_MASK)
+ hwmgr->autowattman_enabled = true; /* currently only enabled on polaris */
+
return 0;
}
--
1.9.1
More information about the amd-gfx
mailing list