Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c177 uint32_t sdr_white_level, uint32_t max_luminance_nits) in compute_hlg_eotf() argument
186 dc_fixpt_from_fraction(max_luminance_nits, sdr_white_level); in compute_hlg_eotf()
208 uint32_t sdr_white_level, uint32_t max_luminance_nits) in compute_hlg_oetf() argument
217 dc_fixpt_from_fraction(sdr_white_level, max_luminance_nits); in compute_hlg_oetf()
1130 uint32_t sdr_white_level, uint32_t max_luminance_nits) in build_hlg_degamma() argument
1140 compute_hlg_eotf(coord_x->x, &rgb->r, sdr_white_level, max_luminance_nits); in build_hlg_degamma()
1153 uint32_t sdr_white_level, uint32_t max_luminance_nits) in build_hlg_regamma() argument
1164 compute_hlg_oetf(coord_x->x, &rgb->r, sdr_white_level, max_luminance_nits); in build_hlg_regamma()