Home
last modified time | relevance | path

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

/drivers/gpu/drm/rockchip/
Dinno_hdmi.c35 unsigned int enc_in_format; member
324 if (data->enc_in_format == data->enc_out_format) { in inno_hdmi_config_video_csc()
325 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) || in inno_hdmi_config_video_csc()
326 (data->enc_in_format >= HDMI_COLORSPACE_YUV444)) { in inno_hdmi_config_video_csc()
339 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) && in inno_hdmi_config_video_csc()
345 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) && in inno_hdmi_config_video_csc()
353 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) && in inno_hdmi_config_video_csc()
359 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) && in inno_hdmi_config_video_csc()
438 hdmi->hdmi_data.enc_in_format = HDMI_COLORSPACE_RGB; in inno_hdmi_setup()