aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0201-drm-amd-display-Fixed-color-temperature-corruption.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0201-drm-amd-display-Fixed-color-temperature-corruption.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0201-drm-amd-display-Fixed-color-temperature-corruption.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0201-drm-amd-display-Fixed-color-temperature-corruption.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0201-drm-amd-display-Fixed-color-temperature-corruption.patch
deleted file mode 100644
index 68567195..00000000
--- a/common/recipes-kernel/linux/linux-yocto-4.14.71/0201-drm-amd-display-Fixed-color-temperature-corruption.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 996eb6508612f4035aa982797fe3865fa14268b8 Mon Sep 17 00:00:00 2001
-From: Yongqiang Sun <yongqiang.sun@amd.com>
-Date: Thu, 2 Feb 2017 15:21:45 -0500
-Subject: [PATCH 0201/4131] drm/amd/display: Fixed color temperature
- corruption.
-
-Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
-Reviewed-by: Jordan Lazare <Jordan.Lazare@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/inc/hw/hw_shared.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h b/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
-index b8735b2..dfe5901 100644
---- a/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
-+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h
-@@ -65,7 +65,7 @@ struct pwl_result_data {
- };
-
- struct pwl_params {
-- struct gamma_curve arr_curve_points[16];
-+ struct gamma_curve arr_curve_points[34];
- struct curve_points arr_points[3];
- struct pwl_result_data rgb_resulted[256 + 3];
- uint32_t hw_points_num;
---
-2.7.4
-