aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3942-drm-amd-display-Add-num_active_wb-to-DML.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3942-drm-amd-display-Add-num_active_wb-to-DML.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3942-drm-amd-display-Add-num_active_wb-to-DML.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3942-drm-amd-display-Add-num_active_wb-to-DML.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3942-drm-amd-display-Add-num_active_wb-to-DML.patch
new file mode 100644
index 00000000..cc4f67f7
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3942-drm-amd-display-Add-num_active_wb-to-DML.patch
@@ -0,0 +1,27 @@
+From a226a9ec5fbde6debc441b449be064a7aae425b0 Mon Sep 17 00:00:00 2001
+From: Eric Bernstein <eric.bernstein@amd.com>
+Date: Tue, 13 Mar 2018 16:40:51 -0400
+Subject: [PATCH 3942/4131] drm/amd/display: Add num_active_wb to DML
+
+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/dml/display_mode_structs.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
+index e296de6..ce750ed 100644
+--- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
++++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h
+@@ -224,6 +224,7 @@ struct _vcs_dpi_display_output_params_st {
+ int output_bpp;
+ int dsc_enable;
+ int wb_enable;
++ int num_active_wb;
+ int opp_input_bpc;
+ int output_type;
+ int output_format;
+--
+2.7.4
+