aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0132-drm-amdgpu-powerplay-Program-a-calculated-value-as-D.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0132-drm-amdgpu-powerplay-Program-a-calculated-value-as-D.patch')
-rw-r--r--common/recipes-kernel/linux/files/0132-drm-amdgpu-powerplay-Program-a-calculated-value-as-D.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/common/recipes-kernel/linux/files/0132-drm-amdgpu-powerplay-Program-a-calculated-value-as-D.patch b/common/recipes-kernel/linux/files/0132-drm-amdgpu-powerplay-Program-a-calculated-value-as-D.patch
deleted file mode 100644
index 731d6956..00000000
--- a/common/recipes-kernel/linux/files/0132-drm-amdgpu-powerplay-Program-a-calculated-value-as-D.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 3805fc85c45ff9620df53013182205d30d7e12e6 Mon Sep 17 00:00:00 2001
-From: David Rokhvarg <David.Rokhvarg@amd.com>
-Date: Fri, 11 Dec 2015 12:06:25 -0500
-Subject: [PATCH 0132/1110] drm/amdgpu/powerplay: Program a calculated value as
- Deep Sleep clock.
-
-This replaces programming of a hardcoded value.
-
-Signed-off-by: David Rokhvarg <David.Rokhvarg@amd.com>
----
- drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c
-index 4641095..3448065 100644
---- a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c
-+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c
-@@ -789,9 +789,11 @@ static int cz_tf_set_deep_sleep_sclk_threshold(struct pp_hwmgr *hwmgr,
- if (clks == 0)
- clks = CZ_MIN_DEEP_SLEEP_SCLK;
-
-+ PP_DBG_LOG("Setting Deep Sleep Clock: %d\n", clks);
-+
- smum_send_msg_to_smc_with_parameter(hwmgr->smumgr,
-- PPSMC_MSG_SetMinDeepSleepSclk,
-- CZ_MIN_DEEP_SLEEP_SCLK);
-+ PPSMC_MSG_SetMinDeepSleepSclk,
-+ clks);
- }
-
- return 0;
---
-2.7.4
-