Home
last modified time | relevance | path

Searched refs:arr_curve_points (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c112 const struct gamma_curve *curve0 = &(params->arr_curve_points[2 * i]); in cm_helper_program_xfer_func()
113 const struct gamma_curve *curve1 = &(params->arr_curve_points[(2 * i) + 1]); in cm_helper_program_xfer_func()
374 lut_params->arr_curve_points[k].segments_num = in cm_helper_translate_curve_to_hw_format()
376 lut_params->arr_curve_points[i].offset = in cm_helper_translate_curve_to_hw_format()
377 lut_params->arr_curve_points[k].offset + (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format()
383 lut_params->arr_curve_points[k].segments_num = seg_distr[k]; in cm_helper_translate_curve_to_hw_format()
536 lut_params->arr_curve_points[k].segments_num = in cm_helper_translate_curve_to_degamma_hw_format()
538 lut_params->arr_curve_points[i].offset = in cm_helper_translate_curve_to_degamma_hw_format()
539 lut_params->arr_curve_points[k].offset + (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format()
545 lut_params->arr_curve_points[k].segments_num = seg_distr[k]; in cm_helper_translate_curve_to_degamma_hw_format()
/dragonfly/sys/dev/drm/amd/display/modules/color/
H A Dluts_1d.h46 struct gamma_curve arr_curve_points[34]; member
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h76 struct gamma_curve arr_curve_points[34]; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_opp_regamma_v.c192 curve = params->arr_curve_points; in regamma_config_regions_and_segments()
H A Ddce110_hw_sequencer.c557 regamma_params->arr_curve_points[k].segments_num = seg_distr[k]; in dce110_translate_regamma_to_hw_format()
558 regamma_params->arr_curve_points[i].offset = in dce110_translate_regamma_to_hw_format()
559 regamma_params->arr_curve_points[k].offset + (1 << seg_distr[k]); in dce110_translate_regamma_to_hw_format()
565 regamma_params->arr_curve_points[k].segments_num = seg_distr[k]; in dce110_translate_regamma_to_hw_format()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_transform.c1228 curve = params->arr_curve_points; in regamma_config_regions_and_segments()