aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3249-drm-amd-display-Remove-unused-param-in-DML.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3249-drm-amd-display-Remove-unused-param-in-DML.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3249-drm-amd-display-Remove-unused-param-in-DML.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3249-drm-amd-display-Remove-unused-param-in-DML.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3249-drm-amd-display-Remove-unused-param-in-DML.patch
new file mode 100644
index 00000000..87191a8c
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3249-drm-amd-display-Remove-unused-param-in-DML.patch
@@ -0,0 +1,25 @@
+From 99ca39e10845b0d748e1d58da66ecc503ebca71d Mon Sep 17 00:00:00 2001
+From: Ken Chalmers <ken.chalmers@amd.com>
+Date: Wed, 3 Jan 2018 13:53:24 -0500
+Subject: [PATCH 3249/4131] drm/amd/display: Remove unused param in DML
+
+Signed-off-by: Ken Chalmers <ken.chalmers@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+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 aeebd8b..09affa1 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
+@@ -140,7 +140,6 @@ struct _vcs_dpi_ip_params_st {
+ unsigned int max_hscl_taps;
+ unsigned int max_vscl_taps;
+ unsigned int xfc_supported;
+- unsigned int ptoi_supported;
+ unsigned int xfc_fill_constant_bytes;
+ double dispclk_ramp_margin_percent;
+ double xfc_fill_bw_overhead_percent;
+--
+2.7.4
+