mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-24 03:24:55 +08:00
drm/amd/display: Move output_tf to stream_state/update
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
b339743b89
commit
ff1374c94b
@ -497,7 +497,6 @@ struct dc_surface_update {
|
||||
/* gamma TO BE REMOVED */
|
||||
struct dc_gamma *gamma;
|
||||
enum color_transfer_func color_input_tf;
|
||||
enum color_transfer_func color_output_tf;
|
||||
struct dc_transfer_func *in_transfer_func;
|
||||
|
||||
struct csc_transform *input_csc_color_matrix;
|
||||
|
@ -65,6 +65,7 @@ struct dc_stream_state {
|
||||
enum dc_dither_option dither_option;
|
||||
|
||||
enum view_3d_format view_format;
|
||||
enum color_transfer_func output_tf;
|
||||
|
||||
bool ignore_msa_timing_param;
|
||||
/* TODO: custom INFO packets */
|
||||
@ -103,6 +104,7 @@ struct dc_stream_update {
|
||||
struct rect dst;
|
||||
struct dc_transfer_func *out_transfer_func;
|
||||
struct dc_hdr_static_metadata *hdr_static_metadata;
|
||||
enum color_transfer_func color_output_tf;
|
||||
};
|
||||
|
||||
bool dc_is_stream_unchanged(
|
||||
|
Loading…
Reference in New Issue
Block a user