Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/bridge/
Ddw_hdmi.c115 struct hdmi_data_info hdmi_data; member
370 hdmi_set_clk_regenerator(hdmi, hdmi->hdmi_data.video_mode.mpixelclock); in hdmi_clk_regenerator_update_pixel_clock()
386 if (hdmi->hdmi_data.enc_in_format == RGB) { in hdmi_video_sample()
387 if (hdmi->hdmi_data.enc_color_depth == 8) in hdmi_video_sample()
389 else if (hdmi->hdmi_data.enc_color_depth == 10) in hdmi_video_sample()
391 else if (hdmi->hdmi_data.enc_color_depth == 12) in hdmi_video_sample()
393 else if (hdmi->hdmi_data.enc_color_depth == 16) in hdmi_video_sample()
397 } else if (hdmi->hdmi_data.enc_in_format == YCBCR444) { in hdmi_video_sample()
398 if (hdmi->hdmi_data.enc_color_depth == 8) in hdmi_video_sample()
400 else if (hdmi->hdmi_data.enc_color_depth == 10) in hdmi_video_sample()
[all …]