Remove some unnecessary TF definitions from update structures
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
        enum dc_dither_option dither_option;
 
        enum view_3d_format view_format;
-       enum color_transfer_func output_tf;
 
        bool ignore_msa_timing_param;
 
        struct rect src;
        struct rect dst;
        struct dc_transfer_func *out_transfer_func;
-       enum color_transfer_func color_output_tf;
        struct dc_info_packet *hdr_static_metadata;
        unsigned int *abm_level;
+
        unsigned long long *periodic_fn_vsync_delta;
 };