Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dite-it6161.c4115 if(input_mode & F_VIDMODE_EN_DITHER) // YUV444 to RGB24 need dither in hdmi_tx_setup_csc()
4136 if(input_mode & F_VIDMODE_EN_DITHER) // YUV422 to YUV444 need dither 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()
4184 if(input_mode & F_VIDMODE_EN_DITHER) // RGB24 to YUV422 need dither in hdmi_tx_setup_csc()
H A Dite_it6161_hdmi_tx.h50 #define F_VIDMODE_EN_DITHER (1<<7) macro