Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_opp_regamma_v.c204 curve[0].segments_num, in regamma_config_regions_and_segments()
216 curve[1].segments_num, in regamma_config_regions_and_segments()
237 curve[0].segments_num, in regamma_config_regions_and_segments()
249 curve[1].segments_num, in regamma_config_regions_and_segments()
269 curve[0].segments_num, in regamma_config_regions_and_segments()
281 curve[1].segments_num, in regamma_config_regions_and_segments()
301 curve[0].segments_num, in regamma_config_regions_and_segments()
313 curve[1].segments_num, in regamma_config_regions_and_segments()
333 curve[0].segments_num, in regamma_config_regions_and_segments()
345 curve[1].segments_num, in regamma_config_regions_and_segments()
[all …]
Ddce110_hw_sequencer.c554 regamma_params->arr_curve_points[k].segments_num = seg_distr[k]; in dce110_translate_regamma_to_hw_format()
562 regamma_params->arr_curve_points[k].segments_num = seg_distr[k]; in dce110_translate_regamma_to_hw_format()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_transform.c1232 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments()
1234 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in regamma_config_regions_and_segments()
1239 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments()
1241 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in regamma_config_regions_and_segments()
1246 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments()
1248 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in regamma_config_regions_and_segments()
1253 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments()
1255 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in regamma_config_regions_and_segments()
1260 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, in regamma_config_regions_and_segments()
1262 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); in regamma_config_regions_and_segments()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c117 exp_region0_num_segments, curve0->segments_num, in cm_helper_program_xfer_func()
119 exp_region1_num_segments, curve1->segments_num); in cm_helper_program_xfer_func()
373 lut_params->arr_curve_points[k].segments_num = in cm_helper_translate_curve_to_hw_format()
382 lut_params->arr_curve_points[k].segments_num = seg_distr[k]; in cm_helper_translate_curve_to_hw_format()
535 lut_params->arr_curve_points[k].segments_num = in cm_helper_translate_curve_to_degamma_hw_format()
544 lut_params->arr_curve_points[k].segments_num = seg_distr[k]; in cm_helper_translate_curve_to_degamma_hw_format()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhw_shared.h41 uint32_t segments_num; member