aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0530-drm-amd-display-fix-non-dcn-compilation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0530-drm-amd-display-fix-non-dcn-compilation.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0530-drm-amd-display-fix-non-dcn-compilation.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0530-drm-amd-display-fix-non-dcn-compilation.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0530-drm-amd-display-fix-non-dcn-compilation.patch
deleted file mode 100644
index 9e0694b1..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0530-drm-amd-display-fix-non-dcn-compilation.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From d9498f89bf0c4ca9e2244b93d97ea5cc15109d46 Mon Sep 17 00:00:00 2001
-From: Roman Li <Roman.Li@amd.com>
-Date: Mon, 19 Jun 2017 16:50:39 -0400
-Subject: [PATCH 0530/4131] drm/amd/display: fix non-dcn compilation
-
-Signed-off-by: Roman Li <Roman.Li@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/display/dc/core/dc.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
-index a4cc6ea..18fde50 100644
---- a/drivers/gpu/drm/amd/display/dc/core/dc.c
-+++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
-@@ -970,8 +970,11 @@ bool dc_post_update_surfaces_to_stream(struct dc *dc)
- }
-
- /* 3rd param should be true, temp w/a for RV*/
-+#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
- core_dc->hwss.set_bandwidth(core_dc, context, core_dc->ctx->dce_version != DCN_VERSION_1_0);
--
-+#else
-+ core_dc->hwss.set_bandwidth(core_dc, context, true);
-+#endif
- return true;
- }
-
---
-2.7.4
-