aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0634-drm-amd-dal-set-scaling-to-2-taps-until-proper-story.patch
blob: b21f16b108862ec168b7ff551f594be58ce15f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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