Searched refs:ctm_to_twos_complement (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_color.c | 609 static u16 ctm_to_twos_complement(u64 coeff, int int_bits, int frac_bits) in ctm_to_twos_complement() function 645 csc->coeff[i] = ctm_to_twos_complement(ctm->matrix[i], 2, 10); in vlv_wgc_csc_convert_ctm() 737 csc->coeff[i] = ctm_to_twos_complement(ctm->matrix[i], 4, 12); in chv_cgm_csc_convert_ctm() 3937 ctm_to_twos_complement(input[3], 0, 12)); in xelpd_load_plane_csc_matrix() 3940 ctm_to_twos_complement(input[7], 0, 12)); in xelpd_load_plane_csc_matrix() 3943 ctm_to_twos_complement(input[11], 0, 12)); in xelpd_load_plane_csc_matrix()
|