aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0404-drm-amd-display-Allow-MPO-on-Raven.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0404-drm-amd-display-Allow-MPO-on-Raven.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0404-drm-amd-display-Allow-MPO-on-Raven.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0404-drm-amd-display-Allow-MPO-on-Raven.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0404-drm-amd-display-Allow-MPO-on-Raven.patch
deleted file mode 100644
index c6672e0e..00000000
--- a/common/recipes-kernel/linux/linux-yocto-4.14.71/0404-drm-amd-display-Allow-MPO-on-Raven.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From fe6c6e2873293a285d19935a76ffb99c3b6cd067 Mon Sep 17 00:00:00 2001
-From: Leon Elazar <leon.elazar@amd.com>
-Date: Fri, 24 Mar 2017 15:46:24 -0400
-Subject: [PATCH 0404/4131] drm/amd/display: Allow MPO on Raven
-
-Signed-off-by: Leon Elazar <leon.elazar@amd.com>
-Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
-Acked-by: Harry Wentland <Harry.Wentland@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
-index 121eb30..41613ab 100644
---- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
-+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
-@@ -1292,6 +1292,8 @@ static bool construct(
- dc->public.caps.i2c_speed_in_khz = 100;
- dc->public.caps.max_cursor_size = 256;
-
-+ dc->public.caps.max_slave_planes = 1;
-+
- if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
- dc->public.debug = debug_defaults_drv;
- else
---
-2.7.4
-