aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0418-drm-amd-display-enable-watermark-range-reporting-to-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0418-drm-amd-display-enable-watermark-range-reporting-to-.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0418-drm-amd-display-enable-watermark-range-reporting-to-.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0418-drm-amd-display-enable-watermark-range-reporting-to-.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0418-drm-amd-display-enable-watermark-range-reporting-to-.patch
new file mode 100644
index 00000000..c86aaf8b
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0418-drm-amd-display-enable-watermark-range-reporting-to-.patch
@@ -0,0 +1,30 @@
+From 915ae3b7980752ec99732c2a5ba1a14facb8392b Mon Sep 17 00:00:00 2001
+From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Date: Mon, 8 May 2017 11:26:43 -0400
+Subject: [PATCH 0418/4131] drm/amd/display: enable watermark range reporting
+ to pplib
+
+Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@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, 1 insertion(+), 1 deletion(-)
+
+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 41613ab..4e5b225 100644
+--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
++++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c
+@@ -432,7 +432,7 @@ static const struct dc_debug debug_defaults_drv = {
+ .force_abm_enable = false,
+ .timing_trace = false,
+ .disable_pplib_clock_request = true,
+- .disable_pplib_wm_range = true,
++ .disable_pplib_wm_range = false,
+ #if defined(CONFIG_DRM_AMD_DC_DCN1_0)
+ .use_dml_wm = false,
+ .use_max_voltage = true
+--
+2.7.4
+