Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c94 unsigned int enc_in_format; member
365 if (hdmi->hdmi_data.enc_in_format == RGB) { in hdmi_video_sample()
376 } else if (hdmi->hdmi_data.enc_in_format == YCBCR444) { in hdmi_video_sample()
387 } else if (hdmi->hdmi_data.enc_in_format == YCBCR422_8BITS) { in hdmi_video_sample()
418 return hdmi->hdmi_data.enc_in_format != hdmi->hdmi_data.enc_out_format; in is_color_space_conversion()
425 if (hdmi->hdmi_data.enc_in_format == RGB || in is_color_space_decimation()
426 hdmi->hdmi_data.enc_in_format == YCBCR444) in is_color_space_decimation()
433 if (hdmi->hdmi_data.enc_in_format != YCBCR422_8BITS) in is_color_space_interpolation()
454 } else if (hdmi->hdmi_data.enc_in_format == RGB) { in dw_hdmi_update_csc_coeffs()
1198 hdmi->hdmi_data.enc_in_format = RGB; in dw_hdmi_setup()