Searched refs:arr_points (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 334 struct curve_points *arr_points, in convert_to_custom_float() argument 347 if (!convert_to_custom_float_format(arr_points[0].x, &fmt, in convert_to_custom_float() 348 &arr_points[0].custom_float_x)) { in convert_to_custom_float() 353 if (!convert_to_custom_float_format(arr_points[0].offset, &fmt, in convert_to_custom_float() 354 &arr_points[0].custom_float_offset)) { in convert_to_custom_float() 359 if (!convert_to_custom_float_format(arr_points[0].slope, &fmt, in convert_to_custom_float() 360 &arr_points[0].custom_float_slope)) { in convert_to_custom_float() 368 if (!convert_to_custom_float_format(arr_points[1].x, &fmt, in convert_to_custom_float() 369 &arr_points[1].custom_float_x)) { in convert_to_custom_float() 374 if (!convert_to_custom_float_format(arr_points[ in convert_to_custom_float() 441 struct curve_points *arr_points; dce110_translate_regamma_to_hw_format() local [all...] |
| /linux/drivers/gpu/drm/amd/display/modules/color/ |
| H A D | luts_1d.h | 47 struct point_config arr_points[2]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_transform.c | 1501 REGAMMA_CNTLA_EXP_REGION_START, params->arr_points[0].custom_float_x, in regamma_config_regions_and_segments() 1505 REGAMMA_CNTLA_EXP_REGION_LINEAR_SLOPE, params->arr_points[0].custom_float_slope); in regamma_config_regions_and_segments() 1508 REGAMMA_CNTLA_EXP_REGION_END, params->arr_points[1].custom_float_x); in regamma_config_regions_and_segments() 1511 REGAMMA_CNTLA_EXP_REGION_END_BASE, params->arr_points[1].custom_float_y, in regamma_config_regions_and_segments() 1512 REGAMMA_CNTLA_EXP_REGION_END_SLOPE, params->arr_points[1].custom_float_slope); in regamma_config_regions_and_segments()
|