arr_points 1215 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c REGAMMA_CNTLA_EXP_REGION_START, params->arr_points[0].custom_float_x, arr_points 1219 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c REGAMMA_CNTLA_EXP_REGION_LINEAR_SLOPE, params->arr_points[0].custom_float_slope); arr_points 1222 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c REGAMMA_CNTLA_EXP_REGION_END, params->arr_points[1].custom_float_x); arr_points 1225 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c REGAMMA_CNTLA_EXP_REGION_END_BASE, params->arr_points[1].custom_float_y, arr_points 1226 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c REGAMMA_CNTLA_EXP_REGION_END_SLOPE, params->arr_points[1].custom_float_slope); arr_points 323 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c struct curve_points *arr_points, arr_points 336 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c if (!convert_to_custom_float_format(arr_points[0].x, &fmt, arr_points 337 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c &arr_points[0].custom_float_x)) { arr_points 342 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c if (!convert_to_custom_float_format(arr_points[0].offset, &fmt, arr_points 343 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c &arr_points[0].custom_float_offset)) { arr_points 348 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c if (!convert_to_custom_float_format(arr_points[0].slope, &fmt, arr_points 349 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c &arr_points[0].custom_float_slope)) { arr_points 357 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c if (!convert_to_custom_float_format(arr_points[1].x, &fmt, arr_points 358 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c &arr_points[1].custom_float_x)) { arr_points 363 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c if (!convert_to_custom_float_format(arr_points[1].y, &fmt, arr_points 364 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c &arr_points[1].custom_float_y)) { arr_points 369 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c if (!convert_to_custom_float_format(arr_points[1].slope, &fmt, arr_points 370 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c &arr_points[1].custom_float_slope)) { arr_points 430 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c struct curve_points *arr_points; arr_points 446 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points = regamma_params->arr_points; arr_points 517 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points[0].x = dc_fixpt_pow(dc_fixpt_from_int(2), arr_points 519 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points[1].x = dc_fixpt_pow(dc_fixpt_from_int(2), arr_points 528 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points[0].y = y1_min; arr_points 529 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points[0].slope = dc_fixpt_div(arr_points[0].y, arr_points 530 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points[0].x); arr_points 541 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points[1].y = y3_max; arr_points 543 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points[1].slope = dc_fixpt_zero; arr_points 551 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c arr_points[1].slope = dc_fixpt_div( arr_points 552 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c dc_fixpt_sub(dc_fixpt_one, arr_points[1].y), arr_points 553 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c dc_fixpt_sub(end_value, arr_points[1].x)); arr_points 593 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c convert_to_custom_float(rgb_resulted, arr_points, hw_points); arr_points 141 drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c params->arr_points[0].custom_float_x, arr_points 158 drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c params->arr_points[0].custom_float_slope, arr_points 169 drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c params->arr_points[1].custom_float_x, arr_points 180 drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c params->arr_points[1].custom_float_slope, arr_points 186 drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_regamma_v.c params->arr_points[1].custom_float_y, arr_points 123 drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h struct curve_points arr_points[2]; arr_points 47 drivers/gpu/drm/amd/display/modules/color/luts_1d.h struct point_config arr_points[2];