aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0304-drm-amdgpu-cz-store-the-forced-dpm-level.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0304-drm-amdgpu-cz-store-the-forced-dpm-level.patch')
-rw-r--r--common/recipes-kernel/linux/files/0304-drm-amdgpu-cz-store-the-forced-dpm-level.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/common/recipes-kernel/linux/files/0304-drm-amdgpu-cz-store-the-forced-dpm-level.patch b/common/recipes-kernel/linux/files/0304-drm-amdgpu-cz-store-the-forced-dpm-level.patch
deleted file mode 100644
index 2ae56213..00000000
--- a/common/recipes-kernel/linux/files/0304-drm-amdgpu-cz-store-the-forced-dpm-level.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 58829aa67da95d03bcca7605d2556361a1785a08 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Tue, 14 Jul 2015 12:29:00 -0400
-Subject: [PATCH 0304/1050] drm/amdgpu/cz: store the forced dpm level
-
-So the selected forced level shows up properly in sysfs.
-
-Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-index 8d95547..cca8ee1 100644
---- a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-+++ b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-@@ -1717,6 +1717,8 @@ static int cz_dpm_force_dpm_level(struct amdgpu_device *adev,
- break;
- }
-
-+ adev->pm.dpm.forced_level = level;
-+
- return ret;
- }
-
---
-1.9.1
-