Lines Matching refs:input_mode
4083 u8 input_mode = it6161->hdmi_tx_input_color_space; in hdmi_tx_setup_csc() local
4091 …DRM_INFO("hdmi_tx_setup_csc(u8 input_mode = %x,u8 output_mode = %x)\n", (int)input_mode, (int)outp… in hdmi_tx_setup_csc()
4092 switch(input_mode&F_MODE_CLRMOD_MASK) in hdmi_tx_setup_csc()
4106 … if(input_mode & F_VIDMODE_EN_UDFILT) // YUV444 to YUV422 need up/down filter for processing. in hdmi_tx_setup_csc()
4115 if(input_mode & F_VIDMODE_EN_DITHER) // YUV444 to RGB24 need dither in hdmi_tx_setup_csc()
4132 if(input_mode & F_VIDMODE_EN_UDFILT) // YUV422 to YUV444 need up filter in hdmi_tx_setup_csc()
4136 if(input_mode & F_VIDMODE_EN_DITHER) // YUV422 to YUV444 need dither in hdmi_tx_setup_csc()
4150 if(input_mode & F_VIDMODE_EN_UDFILT) // YUV422 to RGB24 need up/dn filter. in hdmi_tx_setup_csc()
4154 if(input_mode & F_VIDMODE_EN_DITHER) // YUV422 to RGB24 need dither in hdmi_tx_setup_csc()
4172 if(input_mode & F_VIDMODE_EN_DITHER) // RGB24 to YUV444 need dither in hdmi_tx_setup_csc()
4180 if(input_mode & F_VIDMODE_EN_UDFILT) // RGB24 to YUV422 need down filter. in hdmi_tx_setup_csc()
4184 if(input_mode & F_VIDMODE_EN_DITHER) // RGB24 to YUV422 need dither in hdmi_tx_setup_csc()
4206 switch(input_mode&(F_VIDMODE_ITU709|F_VIDMODE_16_235)) in hdmi_tx_setup_csc()
4234 switch(input_mode&(F_VIDMODE_ITU709|F_VIDMODE_16_235)) in hdmi_tx_setup_csc()