Home
last modified time | relevance | path

Searched refs:pwl_result_data (Results 1 – 20 of 20) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.h71 struct pwl_result_data *rgb_resulted,
76 bool is_rgb_equal(const struct pwl_result_data *rgb, uint32_t num);
H A Ddcn30_cm_common.c113 struct pwl_result_data *rgb_resulted; in cm3_helper_translate_curve_to_hw_format()
114 struct pwl_result_data *rgb; in cm3_helper_translate_curve_to_hw_format()
115 struct pwl_result_data *rgb_plus_1; in cm3_helper_translate_curve_to_hw_format()
116 struct pwl_result_data *rgb_minus_1; in cm3_helper_translate_curve_to_hw_format()
316 struct pwl_result_data *rgb_resulted; in cm3_helper_translate_curve_to_degamma_hw_format()
317 struct pwl_result_data *rgb; in cm3_helper_translate_curve_to_degamma_hw_format()
318 struct pwl_result_data *rgb_plus_1; in cm3_helper_translate_curve_to_degamma_hw_format()
460 struct pwl_result_data *rgb_resulted, in cm3_helper_convert_to_custom_float()
467 struct pwl_result_data *rgb = rgb_resulted; in cm3_helper_convert_to_custom_float()
635 bool is_rgb_equal(const struct pwl_result_data *rgb, uint32_t num) in is_rgb_equal()
H A Ddcn30_dwb_cm.c187 const struct pwl_result_data *rgb, in dwb3_program_ogam_pwl()
H A Ddcn30_dpp_cm.c82 const struct pwl_result_data *rgb, in dpp3_program_gammcor_lut()
H A Ddcn30_dpp.c602 const struct pwl_result_data *rgb, in dpp3_program_blnd_pwl()
788 const struct pwl_result_data *rgb, in dpp3_program_shaper_lut()
H A Ddcn30_mpc.c276 const struct pwl_result_data *rgb, in mpc3_program_ogam_pwl()
778 const struct pwl_result_data *rgb, in mpc3_program_shaper_lut()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c129 struct pwl_result_data *rgb_resulted, in cm_helper_convert_to_custom_float()
136 struct pwl_result_data *rgb = rgb_resulted; in cm_helper_convert_to_custom_float()
319 struct pwl_result_data *rgb_resulted; in cm_helper_translate_curve_to_hw_format()
320 struct pwl_result_data *rgb; in cm_helper_translate_curve_to_hw_format()
321 struct pwl_result_data *rgb_plus_1; in cm_helper_translate_curve_to_hw_format()
322 struct pwl_result_data *rgb_minus_1; in cm_helper_translate_curve_to_hw_format()
530 struct pwl_result_data *rgb_resulted; in cm_helper_translate_curve_to_degamma_hw_format()
531 struct pwl_result_data *rgb; in cm_helper_translate_curve_to_degamma_hw_format()
532 struct pwl_result_data *rgb_plus_1; in cm_helper_translate_curve_to_degamma_hw_format()
H A Ddcn10_cm_common.h103 struct pwl_result_data *rgb_resulted,
H A Ddcn10_dpp_cm.c329 const struct pwl_result_data *rgb, in dpp1_cm_program_regamma_lut()
659 const struct pwl_result_data *rgb, in dpp1_program_degamma_lut()
H A Ddcn10_dpp.h1421 const struct pwl_result_data *rgb,
1460 const struct pwl_result_data *rgb,
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h74 struct pwl_result_data { struct
132 struct pwl_result_data rgb_resulted[256 + 3];
H A Dtransform.h216 const struct pwl_result_data *rgb,
H A Ddpp.h209 const struct pwl_result_data *rgb,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_mpc.h342 const struct pwl_result_data *rgb,
358 const struct pwl_result_data *rgb,
H A Ddcn32_mpc.c226 const struct pwl_result_data *rgb, in mpc32_program_post1dlut_pwl()
642 const struct pwl_result_data *rgb, in mpc32_program_shaper_lut()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp_cm.c87 const struct pwl_result_data *rgb, in dpp2_program_degamma_lut()
336 const struct pwl_result_data *rgb, in dpp20_program_blnd_pwl()
504 const struct pwl_result_data *rgb, in dpp20_program_shaper_lut()
H A Ddcn20_mpc.c378 const struct pwl_result_data *rgb, in mpc20_program_ogam_pwl()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_opp_regamma_v.c472 const struct pwl_result_data *rgb = in program_pwl()
H A Ddce110_hw_sequencer.c329 static bool convert_to_custom_float(struct pwl_result_data *rgb_resulted, in convert_to_custom_float()
335 struct pwl_result_data *rgb = rgb_resulted; in convert_to_custom_float()
438 struct pwl_result_data *rgb_resulted; in dce110_translate_regamma_to_hw_format()
439 struct pwl_result_data *rgb; in dce110_translate_regamma_to_hw_format()
440 struct pwl_result_data *rgb_plus_1; in dce110_translate_regamma_to_hw_format()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_transform.c1415 const struct pwl_result_data *rgb = params->rgb_resulted; in program_pwl()