/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
amdgpu_dce110_opp_regamma_v.c | 125 * build regamma curve by using predefined hw points 140 const struct gamma_curve *curve; local in function:regamma_config_regions_and_segments 199 curve = params->arr_curve_points; 205 curve[0].offset, 211 curve[0].segments_num, 217 curve[1].offset, 223 curve[1].segments_num, 233 curve += 2; 238 curve[0].offset, 244 curve[0].segments_num [all...] |
amdgpu_dce110_opp_regamma_v.c | 125 * build regamma curve by using predefined hw points 140 const struct gamma_curve *curve; local in function:regamma_config_regions_and_segments 199 curve = params->arr_curve_points; 205 curve[0].offset, 211 curve[0].segments_num, 217 curve[1].offset, 223 curve[1].segments_num, 233 curve += 2; 238 curve[0].offset, 244 curve[0].segments_num [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_dpp_cm.c | 584 const struct gamma_curve *curve; local in function:dpp20_program_shaper_luta_settings 609 curve = params->arr_curve_points; 611 CM_SHAPER_RAMA_EXP_REGION0_LUT_OFFSET, curve[0].offset, 612 CM_SHAPER_RAMA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, 613 CM_SHAPER_RAMA_EXP_REGION1_LUT_OFFSET, curve[1].offset, 614 CM_SHAPER_RAMA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); 616 curve += 2; 618 CM_SHAPER_RAMA_EXP_REGION2_LUT_OFFSET, curve[0].offset, 619 CM_SHAPER_RAMA_EXP_REGION2_NUM_SEGMENTS, curve[0].segments_num, 620 CM_SHAPER_RAMA_EXP_REGION3_LUT_OFFSET, curve[1].offset 734 const struct gamma_curve *curve; local in function:dpp20_program_shaper_lutb_settings [all...] |
amdgpu_dcn20_dpp_cm.c | 584 const struct gamma_curve *curve; local in function:dpp20_program_shaper_luta_settings 609 curve = params->arr_curve_points; 611 CM_SHAPER_RAMA_EXP_REGION0_LUT_OFFSET, curve[0].offset, 612 CM_SHAPER_RAMA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, 613 CM_SHAPER_RAMA_EXP_REGION1_LUT_OFFSET, curve[1].offset, 614 CM_SHAPER_RAMA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); 616 curve += 2; 618 CM_SHAPER_RAMA_EXP_REGION2_LUT_OFFSET, curve[0].offset, 619 CM_SHAPER_RAMA_EXP_REGION2_NUM_SEGMENTS, curve[0].segments_num, 620 CM_SHAPER_RAMA_EXP_REGION3_LUT_OFFSET, curve[1].offset 734 const struct gamma_curve *curve; local in function:dpp20_program_shaper_lutb_settings [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_transform.c | 1217 const struct gamma_curve *curve; local in function:regamma_config_regions_and_segments 1233 curve = params->arr_curve_points; 1236 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, 1237 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, 1238 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset, 1239 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); 1240 curve += 2; 1243 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, 1244 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, 1245 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset [all...] |
amdgpu_dce_transform.c | 1217 const struct gamma_curve *curve; local in function:regamma_config_regions_and_segments 1233 curve = params->arr_curve_points; 1236 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, 1237 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, 1238 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset, 1239 REGAMMA_CNTLA_EXP_REGION1_NUM_SEGMENTS, curve[1].segments_num); 1240 curve += 2; 1243 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, 1244 REGAMMA_CNTLA_EXP_REGION0_NUM_SEGMENTS, curve[0].segments_num, 1245 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
amdgpu_color_gamma.c | 1021 static bool build_degamma(struct pwl_float_data_ex *curve, 1042 curve[i].r = dc_fixpt_zero; 1043 curve[i].g = dc_fixpt_zero; 1044 curve[i].b = dc_fixpt_zero; 1049 curve[i].r = translate_to_linear_space_ex( 1051 curve[i].g = curve[i].r; 1052 curve[i].b = curve[i].r; 1056 curve[i].r = dc_fixpt_one 1796 struct pwl_float_data_ex *curve = NULL; local in function:mod_color_calculate_degamma_params [all...] |
amdgpu_color_gamma.c | 1021 static bool build_degamma(struct pwl_float_data_ex *curve, 1042 curve[i].r = dc_fixpt_zero; 1043 curve[i].g = dc_fixpt_zero; 1044 curve[i].b = dc_fixpt_zero; 1049 curve[i].r = translate_to_linear_space_ex( 1051 curve[i].g = curve[i].r; 1052 curve[i].b = curve[i].r; 1056 curve[i].r = dc_fixpt_one 1796 struct pwl_float_data_ex *curve = NULL; local in function:mod_color_calculate_degamma_params [all...] |