[PATCH 5/7] drm/amd/display: Fixed color temperature corruption.

Harry Wentland harry.wentland at amd.com
Tue Feb 7 00:18:10 UTC 2017


From: Yongqiang Sun <yongqiang.sun at amd.com>

Change-Id: I360090f0b9c9200a8ebc0ca3d75e370b80a8f6cc
Signed-off-by: Yongqiang Sun <yongqiang.sun at amd.com>
Reviewed-by: Jordan Lazare <Jordan.Lazare at amd.com>
Acked-by: Harry Wentland <Harry.Wentland at 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 b8735b27e9bc..dfe590198a33 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.9.3



More information about the amd-gfx mailing list