aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0634-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0634-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch')
-rw-r--r--common/recipes-kernel/linux/files/0634-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0634-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch b/common/recipes-kernel/linux/files/0634-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch
new file mode 100644
index 00000000..b21f16b1
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0634-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch
@@ -0,0 +1,30 @@
+From 7a06bcc4c4b80aae60c36d678c292ab9e6303e40 Mon Sep 17 00:00:00 2001
+From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Date: Thu, 17 Dec 2015 15:01:14 -0500
+Subject: [PATCH 0634/1110] drm/amd/dal: set scaling to 2 taps until proper
+ story
+
+Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
+Acked-by: Jordan Lazare <Jordan.Lazare@amd.com>
+---
+ drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
+index 910f646..50bd964 100644
+--- a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
++++ b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
+@@ -499,8 +499,8 @@ static void fill_plane_attributes_from_fb(
+ /* TODO: unhardcode */
+ surface->colorimetry.limited_range = false;
+ surface->colorimetry.color_space = SURFACE_COLOR_SPACE_SRGB;
+- surface->scaling_quality.h_taps = 4;
+- surface->scaling_quality.v_taps = 4;
++ surface->scaling_quality.h_taps = 2;
++ surface->scaling_quality.v_taps = 2;
+ surface->stereo_format = PLANE_STEREO_FORMAT_NONE;
+
+ }
+--
+2.7.4
+