aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0305-drm-amdgpu-cz-silence-some-dpm-debug-output.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0305-drm-amdgpu-cz-silence-some-dpm-debug-output.patch')
-rw-r--r--common/recipes-kernel/linux/files/0305-drm-amdgpu-cz-silence-some-dpm-debug-output.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/common/recipes-kernel/linux/files/0305-drm-amdgpu-cz-silence-some-dpm-debug-output.patch b/common/recipes-kernel/linux/files/0305-drm-amdgpu-cz-silence-some-dpm-debug-output.patch
deleted file mode 100644
index 99cf8810..00000000
--- a/common/recipes-kernel/linux/files/0305-drm-amdgpu-cz-silence-some-dpm-debug-output.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 1a45e8a11b3df30800618e57ecb0fb41b3a98ff1 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Tue, 14 Jul 2015 17:37:48 -0400
-Subject: [PATCH 0305/1050] drm/amdgpu/cz: silence some dpm debug output
-
-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 | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-index cca8ee1..1a2d419 100644
---- a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-+++ b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
-@@ -1679,9 +1679,9 @@ static int cz_dpm_unforce_dpm_levels(struct amdgpu_device *adev)
- if (ret)
- return ret;
-
-- DRM_INFO("DPM unforce state min=%d, max=%d.\n",
-- pi->sclk_dpm.soft_min_clk,
-- pi->sclk_dpm.soft_max_clk);
-+ DRM_DEBUG("DPM unforce state min=%d, max=%d.\n",
-+ pi->sclk_dpm.soft_min_clk,
-+ pi->sclk_dpm.soft_max_clk);
-
- return 0;
- }
---
-1.9.1
-