aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0438-drm-amdgpu-acp-fix-resume-on-CZ-systems-with-AZ-audi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0438-drm-amdgpu-acp-fix-resume-on-CZ-systems-with-AZ-audi.patch')
-rw-r--r--common/recipes-kernel/linux/files/0438-drm-amdgpu-acp-fix-resume-on-CZ-systems-with-AZ-audi.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/common/recipes-kernel/linux/files/0438-drm-amdgpu-acp-fix-resume-on-CZ-systems-with-AZ-audi.patch b/common/recipes-kernel/linux/files/0438-drm-amdgpu-acp-fix-resume-on-CZ-systems-with-AZ-audi.patch
deleted file mode 100644
index 99c603ee..00000000
--- a/common/recipes-kernel/linux/files/0438-drm-amdgpu-acp-fix-resume-on-CZ-systems-with-AZ-audi.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From aa3baee444c65aa8fc6bd272677cfa80d4d099e7 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Wed, 13 Apr 2016 23:37:42 -0400
-Subject: [PATCH 0438/1110] drm/amdgpu/acp: fix resume on CZ systems with AZ
- audio
-
-Nothing to do on resume on systems with AZ audio.
-
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c
-index d6b0bff..b7b583c 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c
-@@ -425,6 +425,10 @@ static int acp_resume(void *handle)
- struct acp_pm_domain *apd;
- struct amdgpu_device *adev = (struct amdgpu_device *)handle;
-
-+ /* return early if no ACP */
-+ if (!adev->acp.acp_genpd)
-+ return 0;
-+
- /* SMU block will power on ACP irrespective of ACP runtime status.
- * Power off explicitly based on genpd ACP runtime status so that ACP
- * hw and ACP-genpd status are in sync.
---
-2.7.4
-