Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dc/dcn30/
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()
296 struct pwl_result_data *rgb_resulted; in cm3_helper_translate_curve_to_degamma_hw_format()
297 struct pwl_result_data *rgb; in cm3_helper_translate_curve_to_degamma_hw_format()
298 struct pwl_result_data *rgb_plus_1; in cm3_helper_translate_curve_to_degamma_hw_format()
440 struct pwl_result_data *rgb_resulted, in cm3_helper_convert_to_custom_float()
447 struct pwl_result_data *rgb = rgb_resulted; in cm3_helper_convert_to_custom_float()
597 bool is_rgb_equal(const struct pwl_result_data *rgb, uint32_t num) in is_rgb_equal()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c149 struct pwl_result_data *rgb_resulted, in cm_helper_convert_to_custom_float()
156 struct pwl_result_data *rgb = rgb_resulted; in cm_helper_convert_to_custom_float()
339 struct pwl_result_data *rgb_resulted; in cm_helper_translate_curve_to_hw_format()
340 struct pwl_result_data *rgb; in cm_helper_translate_curve_to_hw_format()
341 struct pwl_result_data *rgb_plus_1; in cm_helper_translate_curve_to_hw_format()
342 struct pwl_result_data *rgb_minus_1; in cm_helper_translate_curve_to_hw_format()
550 struct pwl_result_data *rgb_resulted; in cm_helper_translate_curve_to_degamma_hw_format()
551 struct pwl_result_data *rgb; in cm_helper_translate_curve_to_degamma_hw_format()
552 struct pwl_result_data *rgb_plus_1; in cm_helper_translate_curve_to_degamma_hw_format()
Ddcn10_cm_common.h103 struct pwl_result_data *rgb_resulted,
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/
Dhw_shared.h76 struct pwl_result_data { struct
134 struct pwl_result_data rgb_resulted[256 + 3];
Dtransform.h203 const struct pwl_result_data *rgb,
Ddpp.h257 const struct pwl_result_data *rgb,
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce110/
Ddce110_opp_regamma_v.c472 const struct pwl_result_data *rgb = in program_pwl()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce/
Ddce_transform.c1415 const struct pwl_result_data *rgb = params->rgb_resulted; in program_pwl()