Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/bridge/
Ddw_hdmi.c98 unsigned int enc_color_depth; member
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()
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()
402 else if (hdmi->hdmi_data.enc_color_depth == 12) in hdmi_video_sample()
404 else if (hdmi->hdmi_data.enc_color_depth == 16) in hdmi_video_sample()
409 if (hdmi->hdmi_data.enc_color_depth == 8) in hdmi_video_sample()
[all …]