Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/bridge/
Ddw_hdmi.c96 unsigned int enc_in_format; member
386 if (hdmi->hdmi_data.enc_in_format == RGB) { in hdmi_video_sample()
397 } else if (hdmi->hdmi_data.enc_in_format == YCBCR444) { in hdmi_video_sample()
408 } else if (hdmi->hdmi_data.enc_in_format == YCBCR422_8BITS) { in hdmi_video_sample()
439 return hdmi->hdmi_data.enc_in_format != hdmi->hdmi_data.enc_out_format; in is_color_space_conversion()
446 if (hdmi->hdmi_data.enc_in_format == RGB || in is_color_space_decimation()
447 hdmi->hdmi_data.enc_in_format == YCBCR444) in is_color_space_decimation()
454 if (hdmi->hdmi_data.enc_in_format != YCBCR422_8BITS) in is_color_space_interpolation()
475 } else if (hdmi->hdmi_data.enc_in_format == RGB) { in dw_hdmi_update_csc_coeffs()
1218 hdmi->hdmi_data.enc_in_format = RGB; in dw_hdmi_setup()