drm/amd/display: Fixed color temperature corruption.
authorYongqiang Sun <yongqiang.sun@amd.com>
Thu, 2 Feb 2017 20:21:45 +0000 (15:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:13:43 +0000 (17:13 -0400)
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

index b8735b2..dfe5901 100644 (file)
@@ -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;