Home
last modified time | relevance | path

Searched refs:lut_params (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_cm_common.c318 struct pwl_params *lut_params, bool fixpoint) in cm_helper_translate_curve_to_hw_format() argument
329 if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS) in cm_helper_translate_curve_to_hw_format()
334 corner_points = lut_params->corner_points; in cm_helper_translate_curve_to_hw_format()
335 rgb_resulted = lut_params->rgb_resulted; in cm_helper_translate_curve_to_hw_format()
338 memset(lut_params, 0, sizeof(struct pwl_params)); in cm_helper_translate_curve_to_hw_format()
455 lut_params->hw_points_num = hw_points; in cm_helper_translate_curve_to_hw_format()
460 lut_params->arr_curve_points[k].segments_num = in cm_helper_translate_curve_to_hw_format()
462 lut_params->arr_curve_points[i].offset = in cm_helper_translate_curve_to_hw_format()
463 lut_params->arr_curve_points[k].offset + (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format()
469 lut_params->arr_curve_points[k].segments_num = seg_distr[k]; in cm_helper_translate_curve_to_hw_format()
[all …]
H A Ddcn10_cm_common.h112 struct pwl_params *lut_params, bool fixpoint);
116 struct pwl_params *lut_params);
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_t3_cpl.h1413 __be32 lut_params; member