Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_encoder_hdmi.c72 int vic = drm_match_cea_mode(mode); in meson_encoder_hdmi_set_vclk()
129 int vic = drm_match_cea_mode(mode); in meson_encoder_hdmi_mode_valid()
216 vic = drm_match_cea_mode(mode); in meson_encoder_hdmi_atomic_enable()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drk3066_hdmi.c331 hdmi->hdmi_data.vic = drm_match_cea_mode(mode); in rk3066_hdmi_setup()
498 u32 vic = drm_match_cea_mode(mode); in rk3066_hdmi_connector_mode_valid()
H A Dinno_hdmi.c447 hdmi->hdmi_data.vic = drm_match_cea_mode(mode); in inno_hdmi_setup()
/openbmc/linux/include/drm/
H A Ddrm_edid.h575 u8 drm_match_cea_mode(const struct drm_display_mode *to_match);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c4295 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode() function
4328 EXPORT_SYMBOL(drm_match_cea_mode);
4450 u8 vic = drm_match_cea_mode(mode); in add_alternate_cea_modes()
5859 return drm_match_cea_mode(mode) > 1 ? in drm_default_rgb_quant_range()
7038 return drm_match_cea_mode(mode); in drm_mode_cea_vic()
H A Ddrm_modes.c2717 u8 vic = drm_match_cea_mode(mode); in drm_mode_is_420_only()
2737 u8 vic = drm_match_cea_mode(mode); in drm_mode_is_420_also()
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c1542 vic = drm_match_cea_mode(mode); in analogix_dp_bridge_mode_set()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c1228 if (hdmi->conf->cea_modes_only && !drm_match_cea_mode(mode)) in mtk_hdmi_bridge_mode_valid()
/openbmc/linux/drivers/gpu/drm/stm/
H A Dltdc.c1005 int vic = drm_match_cea_mode(mode); in ltdc_crtc_mode_set_nofb()
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c2249 hdmi->vic = drm_match_cea_mode(mode); in dw_hdmi_setup()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c1940 u8 vic = drm_match_cea_mode(mode); in vc4_hdmi_sink_supports_format_bpc()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5534 timing_out->vic = drm_match_cea_mode(mode_in); in fill_stream_properties_from_drm_display_mode()