Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_color.c598 static u16 ctm_to_twos_complement(u64 coeff, int int_bits, int frac_bits) in ctm_to_twos_complement() function
632 csc->coeff[i] = ctm_to_twos_complement(ctm->matrix[i], 2, 10); in vlv_wgc_csc_convert_ctm()
724 csc->coeff[i] = ctm_to_twos_complement(ctm->matrix[i], 4, 12); in chv_cgm_csc_convert_ctm()