Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c114 struct hdmi_data_info hdmi_data; member
316 hdmi_set_clk_regenerator(hdmi, hdmi->hdmi_data.video_mode.mpixelclock, in hdmi_clk_regenerator_update_pixel_clock()
325 hdmi_set_clk_regenerator(hdmi, hdmi->hdmi_data.video_mode.mpixelclock, in dw_hdmi_set_sample_rate()
365 if (hdmi->hdmi_data.enc_in_format == RGB) { in hdmi_video_sample()
366 if (hdmi->hdmi_data.enc_color_depth == 8) in hdmi_video_sample()
368 else if (hdmi->hdmi_data.enc_color_depth == 10) in hdmi_video_sample()
370 else if (hdmi->hdmi_data.enc_color_depth == 12) in hdmi_video_sample()
372 else if (hdmi->hdmi_data.enc_color_depth == 16) in hdmi_video_sample()
376 } else if (hdmi->hdmi_data.enc_in_format == YCBCR444) { in hdmi_video_sample()
377 if (hdmi->hdmi_data.enc_color_depth == 8) in hdmi_video_sample()
[all …]