aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0983-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0983-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch')
-rw-r--r--meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0983-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0983-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch b/meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0983-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch
new file mode 100644
index 00000000..8f99e123
--- /dev/null
+++ b/meta-amdfalconx86/recipes-kernel/linux/linux-yocto/0983-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch
@@ -0,0 +1,31 @@
+From d18041bf1df271608b6652770d64a6f80ca60902 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 0983/1050] drm/amd/dal: set scaling to 2 taps until proper
+ story
+
+Change-Id: I15a5cb0e7dc2639185f02f7f2f773a7e103d4f54
+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 b1d5f9e..37c6a2a 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;
+
+ }
+--
+1.9.1
+