Home
last modified time | relevance | path

Searched refs:arr_points (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_opp_regamma_v.c141 params->arr_points[0].custom_float_x, in regamma_config_regions_and_segments()
158 params->arr_points[0].custom_float_slope, in regamma_config_regions_and_segments()
169 params->arr_points[1].custom_float_x, in regamma_config_regions_and_segments()
180 params->arr_points[1].custom_float_slope, in regamma_config_regions_and_segments()
186 params->arr_points[1].custom_float_y, in regamma_config_regions_and_segments()
A Ddce110_hw_sequencer.c336 struct curve_points *arr_points, in convert_to_custom_float() argument
350 &arr_points[0].custom_float_x)) { in convert_to_custom_float()
371 &arr_points[1].custom_float_x)) { in convert_to_custom_float()
443 struct curve_points *arr_points; in dce110_translate_regamma_to_hw_format() local
459 arr_points = regamma_params->arr_points; in dce110_translate_regamma_to_hw_format()
541 arr_points[0].y = y1_min; in dce110_translate_regamma_to_hw_format()
542 arr_points[0].slope = dc_fixpt_div(arr_points[0].y, in dce110_translate_regamma_to_hw_format()
543 arr_points[0].x); in dce110_translate_regamma_to_hw_format()
554 arr_points[1].y = y3_max; in dce110_translate_regamma_to_hw_format()
556 arr_points[1].slope = dc_fixpt_zero; in dce110_translate_regamma_to_hw_format()
[all …]
/linux/drivers/gpu/drm/amd/display/modules/color/
A Dluts_1d.h47 struct point_config arr_points[2]; member
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_transform.c1487 REGAMMA_CNTLA_EXP_REGION_START, params->arr_points[0].custom_float_x, in regamma_config_regions_and_segments()
1491 REGAMMA_CNTLA_EXP_REGION_LINEAR_SLOPE, params->arr_points[0].custom_float_slope); in regamma_config_regions_and_segments()
1494 REGAMMA_CNTLA_EXP_REGION_END, params->arr_points[1].custom_float_x); in regamma_config_regions_and_segments()
1497 REGAMMA_CNTLA_EXP_REGION_END_BASE, params->arr_points[1].custom_float_y, in regamma_config_regions_and_segments()
1498 REGAMMA_CNTLA_EXP_REGION_END_SLOPE, params->arr_points[1].custom_float_slope); in regamma_config_regions_and_segments()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dhw_shared.h124 struct curve_points arr_points[2]; member

Completed in 13 milliseconds