aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0529-drm-amdgpu-cz-fix-cz_dpm_update_low_memory_pstate-lo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0529-drm-amdgpu-cz-fix-cz_dpm_update_low_memory_pstate-lo.patch')
-rw-r--r--common/recipes-kernel/linux/files/0529-drm-amdgpu-cz-fix-cz_dpm_update_low_memory_pstate-lo.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/common/recipes-kernel/linux/files/0529-drm-amdgpu-cz-fix-cz_dpm_update_low_memory_pstate-lo.patch b/common/recipes-kernel/linux/files/0529-drm-amdgpu-cz-fix-cz_dpm_update_low_memory_pstate-lo.patch
deleted file mode 100644
index 9e3426d0..00000000
--- a/common/recipes-kernel/linux/files/0529-drm-amdgpu-cz-fix-cz_dpm_update_low_memory_pstate-lo.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 362eda04ba0638af1c41dcc1e594dcbff80346c1 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Thu, 3 Sep 2015 00:53:24 -0400
-Subject: [PATCH 0529/1050] drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate
- logic
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The logic was reversed. This feature is not enabled
-at the moment, but fix it now for the future.
-
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-index ace870a..44fa96a 100644
---- a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-+++ b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-@@ -1596,9 +1596,9 @@ static int cz_dpm_update_low_memory_pstate(struct amdgpu_device *adev)
-
- if (pi->sys_info.nb_dpm_enable) {
- if (ps->force_high)
-- cz_dpm_nbdpm_lm_pstate_enable(adev, true);
-- else
- cz_dpm_nbdpm_lm_pstate_enable(adev, false);
-+ else
-+ cz_dpm_nbdpm_lm_pstate_enable(adev, true);
- }
-
- return ret;
---
-1.9.1
-