Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dinno_hdmi.c120 unsigned int enc_in_format; member
360 if (data->enc_in_format == data->enc_out_format) { in inno_hdmi_config_video_csc()
361 if (data->enc_in_format == HDMI_COLORSPACE_RGB || in inno_hdmi_config_video_csc()
362 data->enc_in_format >= HDMI_COLORSPACE_YUV444) { in inno_hdmi_config_video_csc()
375 if (data->enc_in_format == HDMI_COLORSPACE_RGB && in inno_hdmi_config_video_csc()
381 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) && in inno_hdmi_config_video_csc()
389 if (data->enc_in_format == HDMI_COLORSPACE_RGB && in inno_hdmi_config_video_csc()
395 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) && in inno_hdmi_config_video_csc()
480 hdmi->hdmi_data.enc_in_format = HDMI_COLORSPACE_RGB; in inno_hdmi_setup()