Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c145 hdmi->hdmi_mode = drm_match_cea_mode(mode) > 1; in hdmi_bridge_mode_set()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_edid.c2494 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode() function
2516 EXPORT_SYMBOL(drm_match_cea_mode);
2601 u8 mode_idx = drm_match_cea_mode(mode) - 1; in add_alternate_cea_modes()
3829 frame->video_code = drm_match_cea_mode(mode); in drm_hdmi_avi_infoframe_from_display_mode()
/linux-4.1.27/include/drm/
Ddrm_crtc.h1432 extern u8 drm_match_cea_mode(const struct drm_display_mode *to_match);
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1800 drm_match_cea_mode((struct drm_display_mode *)m); in hdmi_v13_mode_set()
1897 drm_match_cea_mode((struct drm_display_mode *)m); in hdmi_v14_mode_set()
/linux-4.1.27/drivers/gpu/drm/bridge/
Ddw_hdmi.c1185 hdmi->vic = drm_match_cea_mode(mode); in dw_hdmi_setup()
/linux-4.1.27/drivers/gpu/drm/i2c/
Dtda998x_drv.c646 buf[PB(4)] = drm_match_cea_mode(mode); in tda998x_write_avi()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_hdmi.c1007 drm_match_cea_mode(adjusted_mode) > 1) in intel_hdmi_compute_config()
Dintel_sdvo.c1164 drm_match_cea_mode(adjusted_mode) > 1) in intel_sdvo_compute_config()
Dintel_dp.c1431 if (bpp != 18 && drm_match_cea_mode(adjusted_mode) > 1) in intel_dp_compute_config()