Home
last modified time | relevance | path

Searched refs:dc_transfer_func (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/modules/color/
H A Dcolor_gamma.h29 struct dc_transfer_func;
80 bool mod_color_calculate_regamma_params(struct dc_transfer_func *output_tf,
83 bool mod_color_calculate_degamma_params(struct dc_transfer_func *output_tf,
92 bool calculate_user_regamma_coeff(struct dc_transfer_func *output_tf,
95 bool calculate_user_regamma_ramp(struct dc_transfer_func *output_tf,
H A Dcolor_gamma.c1358 bool mod_color_calculate_regamma_params(struct dc_transfer_func *output_tf, in mod_color_calculate_regamma_params()
1460 bool calculate_user_regamma_coeff(struct dc_transfer_func *output_tf, in calculate_user_regamma_coeff()
1509 bool calculate_user_regamma_ramp(struct dc_transfer_func *output_tf, in calculate_user_regamma_ramp()
1569 bool mod_color_calculate_degamma_params(struct dc_transfer_func *input_tf, in mod_color_calculate_degamma_params()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_surface.c179 void dc_transfer_func_retain(struct dc_transfer_func *tf) in dc_transfer_func_retain()
186 struct dc_transfer_func *tf = container_of(kref, struct dc_transfer_func, refcount); in dc_transfer_func_free()
190 void dc_transfer_func_release(struct dc_transfer_func *tf) in dc_transfer_func_release()
195 struct dc_transfer_func *dc_create_transfer_func(void) in dc_create_transfer_func()
197 struct dc_transfer_func *tf = kzalloc(sizeof(*tf), GFP_KERNEL); in dc_create_transfer_func()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc.h412 struct dc_transfer_func { struct
482 struct dc_transfer_func *in_transfer_func;
550 const struct dc_transfer_func *in_transfer_func;
570 void dc_transfer_func_retain(struct dc_transfer_func *dc_tf);
571 void dc_transfer_func_release(struct dc_transfer_func *dc_tf);
572 struct dc_transfer_func *dc_create_transfer_func(void);
H A Ddc_stream.h65 struct dc_transfer_func *out_transfer_func;
118 struct dc_transfer_func *out_transfer_func;
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.h106 const struct dc_transfer_func *output_tf,
110 const struct dc_transfer_func *output_tf,
H A Ddcn10_cm_common.c242 const struct dc_transfer_func *output_tf, in cm_helper_translate_curve_to_hw_format()
425 const struct dc_transfer_func *output_tf, in cm_helper_translate_curve_to_degamma_hw_format()
H A Ddcn10_hw_sequencer.c1187 const struct dc_transfer_func *tf = NULL; in dcn10_set_input_transfer_func()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c271 const struct dc_transfer_func *tf = NULL; in dce110_set_input_transfer_func()
423 dce110_translate_regamma_to_hw_format(const struct dc_transfer_func *output_tf, in dce110_translate_regamma_to_hw_format()