Searched refs:max_display (Results 1 – 1 of 1) sorted by relevance
965 struct fixed31_32 max_display, in hermite_spline_eetf() argument995 compute_pq(dc_fixpt_div(max_display, max_content), &max_lum_pq); in hermite_spline_eetf()1043 *out_x = dc_fixpt_div(*out_x, dc_fixpt_div(max_display, max_content)); in hermite_spline_eetf()1058 struct fixed31_32 max_display; in build_freesync_hdr() local1071 fs_params->max_display == 0) in build_freesync_hdr()1074 max_display = dc_fixpt_from_int(fs_params->max_display); in build_freesync_hdr()1081 if (fs_params->max_display < 100) // cap at 100 at the top in build_freesync_hdr()1082 max_display = dc_fixpt_from_int(100); in build_freesync_hdr()1085 if (fs_params->max_content > fs_params->max_display) in build_freesync_hdr()1088 max_content = max_display; in build_freesync_hdr()[all …]