Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/rockchip/
Dinno_hdmi.c34 unsigned int enc_in_format; member
323 if (data->enc_in_format == data->enc_out_format) { in inno_hdmi_config_video_csc()
324 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) || in inno_hdmi_config_video_csc()
325 (data->enc_in_format >= HDMI_COLORSPACE_YUV444)) { in inno_hdmi_config_video_csc()
338 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) && in inno_hdmi_config_video_csc()
344 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) && in inno_hdmi_config_video_csc()
352 if ((data->enc_in_format == HDMI_COLORSPACE_RGB) && in inno_hdmi_config_video_csc()
358 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) && in inno_hdmi_config_video_csc()
437 hdmi->hdmi_data.enc_in_format = HDMI_COLORSPACE_RGB; in inno_hdmi_setup()