Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_opp_regamma_v.c139 params->arr_points[0].custom_float_x, in regamma_config_regions_and_segments()
156 params->arr_points[0].custom_float_slope, in regamma_config_regions_and_segments()
167 params->arr_points[1].custom_float_x, in regamma_config_regions_and_segments()
178 params->arr_points[1].custom_float_slope, in regamma_config_regions_and_segments()
184 params->arr_points[1].custom_float_y, in regamma_config_regions_and_segments()
A Ddce110_hw_sequencer.c333 struct curve_points *arr_points, in convert_to_custom_float() argument
347 &arr_points[0].custom_float_x)) { in convert_to_custom_float()
368 &arr_points[1].custom_float_x)) { in convert_to_custom_float()
440 struct curve_points *arr_points; in dce110_translate_regamma_to_hw_format() local
456 arr_points = regamma_params->arr_points; in dce110_translate_regamma_to_hw_format()
538 arr_points[0].y = y1_min; in dce110_translate_regamma_to_hw_format()
539 arr_points[0].slope = dc_fixpt_div(arr_points[0].y, in dce110_translate_regamma_to_hw_format()
540 arr_points[0].x); in dce110_translate_regamma_to_hw_format()
551 arr_points[1].y = y3_max; in dce110_translate_regamma_to_hw_format()
553 arr_points[1].slope = dc_fixpt_zero; in dce110_translate_regamma_to_hw_format()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/color/
A Dluts_1d.h47 struct point_config arr_points[2]; member
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dhw_shared.h129 struct curve_points arr_points[2]; member

Completed in 29 milliseconds