aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4939-drm-amd-display-add-max-scl-ratio-to-soc-bounding-bo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4939-drm-amd-display-add-max-scl-ratio-to-soc-bounding-bo.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4939-drm-amd-display-add-max-scl-ratio-to-soc-bounding-bo.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4939-drm-amd-display-add-max-scl-ratio-to-soc-bounding-bo.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4939-drm-amd-display-add-max-scl-ratio-to-soc-bounding-bo.patch
new file mode 100644
index 00000000..8b3f7e85
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4939-drm-amd-display-add-max-scl-ratio-to-soc-bounding-bo.patch
@@ -0,0 +1,30 @@
+From 589e36ffdcc4f75a8c1884cc8c7adeb0b56a2569 Mon Sep 17 00:00:00 2001
+From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Date: Thu, 28 Jun 2018 12:28:00 -0400
+Subject: [PATCH 4939/5725] drm/amd/display: add max scl ratio to soc bounding
+ box
+
+Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Reviewed-by: Charlene Liu <Charlene.Liu@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/dml/display_mode_structs.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+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 6943801..c43d68b 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
+@@ -111,6 +111,8 @@ struct _vcs_dpi_soc_bounding_box_st {
+ double xfc_bus_transport_time_us;
+ double xfc_xbuf_latency_tolerance_us;
+ int use_urgent_burst_bw;
++ double max_hscl_ratio;
++ double max_vscl_ratio;
+ struct _vcs_dpi_voltage_scaling_st clock_limits[7];
+ };
+
+--
+2.7.4
+