Searched refs:arr_points (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| A D | dce110_opp_regamma_v.c | 139 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()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| A D | dce110_hwseq.c | 329 struct curve_points *arr_points, in convert_to_custom_float() argument 343 &arr_points[0].custom_float_x)) { in convert_to_custom_float() 364 &arr_points[1].custom_float_x)) { in convert_to_custom_float() 436 struct curve_points *arr_points; in dce110_translate_regamma_to_hw_format() local 452 arr_points = regamma_params->arr_points; in dce110_translate_regamma_to_hw_format() 534 arr_points[0].y = y1_min; in dce110_translate_regamma_to_hw_format() 535 arr_points[0].slope = dc_fixpt_div(arr_points[0].y, in dce110_translate_regamma_to_hw_format() 536 arr_points[0].x); in dce110_translate_regamma_to_hw_format() 547 arr_points[1].y = y3_max; in dce110_translate_regamma_to_hw_format() 549 arr_points[1].slope = dc_fixpt_zero; in dce110_translate_regamma_to_hw_format() [all …]
|
| /linux/drivers/gpu/drm/amd/display/modules/color/ |
| A D | luts_1d.h | 47 struct point_config arr_points[2]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| A D | dce_transform.c | 1486 REGAMMA_CNTLA_EXP_REGION_START, params->arr_points[0].custom_float_x, in regamma_config_regions_and_segments() 1490 REGAMMA_CNTLA_EXP_REGION_LINEAR_SLOPE, params->arr_points[0].custom_float_slope); in regamma_config_regions_and_segments() 1493 REGAMMA_CNTLA_EXP_REGION_END, params->arr_points[1].custom_float_x); in regamma_config_regions_and_segments() 1496 REGAMMA_CNTLA_EXP_REGION_END_BASE, params->arr_points[1].custom_float_y, in regamma_config_regions_and_segments() 1497 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 D | hw_shared.h | 131 struct curve_points arr_points[2]; member
|
Completed in 17 milliseconds