Commit 94cd1f79 authored by Yongqiang Sun's avatar Yongqiang Sun Committed by Alex Deucher

drm/amd/display: Fixed color temperature corruption.

Signed-off-by: default avatarYongqiang Sun <yongqiang.sun@amd.com>
Reviewed-by: default avatarJordan Lazare <Jordan.Lazare@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ffbcd19a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment