Searched refs:csc_coeff (Results 1 – 1 of 1) sorted by relevance
1113 const u16 (*csc_coeff)[3][4] = &csc_coeff_default; in dw_hdmi_update_csc_coeffs() local1123 csc_coeff = &csc_coeff_rgb_out_eitu601; in dw_hdmi_update_csc_coeffs()1125 csc_coeff = &csc_coeff_rgb_out_eitu709; in dw_hdmi_update_csc_coeffs()1128 csc_coeff = &csc_coeff_rgb_in_eitu601; in dw_hdmi_update_csc_coeffs()1130 csc_coeff = &csc_coeff_rgb_in_eitu709; in dw_hdmi_update_csc_coeffs()1134 csc_coeff = &csc_coeff_rgb_full_to_rgb_limited; in dw_hdmi_update_csc_coeffs()1139 u16 coeff_a = (*csc_coeff)[0][i]; in dw_hdmi_update_csc_coeffs()1140 u16 coeff_b = (*csc_coeff)[1][i]; in dw_hdmi_update_csc_coeffs()1141 u16 coeff_c = (*csc_coeff)[2][i]; in dw_hdmi_update_csc_coeffs()