aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3012-drm-amd-display-Remove-dwbc-from-pipe_ctx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3012-drm-amd-display-Remove-dwbc-from-pipe_ctx.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3012-drm-amd-display-Remove-dwbc-from-pipe_ctx.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3012-drm-amd-display-Remove-dwbc-from-pipe_ctx.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3012-drm-amd-display-Remove-dwbc-from-pipe_ctx.patch
new file mode 100644
index 00000000..91d8c5dc
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3012-drm-amd-display-Remove-dwbc-from-pipe_ctx.patch
@@ -0,0 +1,27 @@
+From 001efc07d58513c9fd3263d3f7b838f1e87cb9d0 Mon Sep 17 00:00:00 2001
+From: Eric Bernstein <eric.bernstein@amd.com>
+Date: Thu, 23 Nov 2017 16:38:52 -0500
+Subject: [PATCH 3012/4131] drm/amd/display: Remove dwbc from pipe_ctx
+
+Signed-off-by: Eric Bernstein <eric.bernstein@amd.com>
+Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
+Acked-by: Harry Wentland <harry.wentland@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/inc/core_types.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/inc/core_types.h b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+index 9cc6bbb..d697105 100644
+--- a/drivers/gpu/drm/amd/display/dc/inc/core_types.h
++++ b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+@@ -212,7 +212,6 @@ struct pipe_ctx {
+ struct _vcs_dpi_display_rq_regs_st rq_regs;
+ struct _vcs_dpi_display_pipe_dest_params_st pipe_dlg_param;
+ #endif
+- struct dwbc *dwbc;
+ };
+
+ struct resource_context {
+--
+2.7.4
+