Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c571 static u16 ctm_to_twos_complement(u64 coeff, int int_bits, int frac_bits) in ctm_to_twos_complement() function
605 csc->coeff[i] = ctm_to_twos_complement(ctm->matrix[i], 2, 10); in vlv_wgc_csc_convert_ctm()
697 csc->coeff[i] = ctm_to_twos_complement(ctm->matrix[i], 4, 12); in chv_cgm_csc_convert_ctm()