Searched refs:min_display (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_gamma.h83 unsigned int min_display; // luminance in 1/10000 nits member in struct:hdr_tm_params
H A Dcolor_gamma.c864 struct fixed31_32 min_display,
892 compute_pq(dc_fixpt_div(min_display, max_content), &min_lum_pq);
957 struct fixed31_32 min_display; local
973 min_display = dc_fixpt_from_fraction(fs_params->min_display, 10000);
977 if (fs_params->min_display > 1000) // cap at 0.1 at the bottom
978 min_display = dc_fixpt_from_fraction(1, 10);
999 hermite_spline_eetf(scaledX1, max_display, min_display,
862 hermite_spline_eetf(struct fixed31_32 input_x, struct fixed31_32 max_display, struct fixed31_32 min_display, struct fixed31_32 max_content, struct fixed31_32 *out_x) argument

Completed in 275 milliseconds