mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 06:30:20 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
ffbcd19a88
commit
94cd1f79b0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user