Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_encoder_hdmi.c138 !drm_mode_is_420_also(display_info, mode)) in meson_encoder_hdmi_mode_valid()
157 drm_mode_is_420_also(display_info, mode))) in meson_encoder_hdmi_mode_valid()
174 drm_mode_is_420_also(display_info, mode))) in meson_encoder_hdmi_mode_valid()
H A Dmeson_dw_hdmi.c387 (!is_hdmi2_sink && drm_mode_is_420_also(display, mode)) || in dw_hdmi_phy_init()
/openbmc/linux/include/drm/
H A Ddrm_modes.h466 bool drm_mode_is_420_also(const struct drm_display_info *display,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c2734 bool drm_mode_is_420_also(const struct drm_display_info *display, in drm_mode_is_420_also() function
2741 EXPORT_SYMBOL(drm_mode_is_420_also);
2757 drm_mode_is_420_also(display, mode); in drm_mode_is_420()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c2025 !drm_mode_is_420_also(&connector->display_info, mode)) in intel_hdmi_mode_valid()
2238 !drm_mode_is_420_also(info, adjusted_mode)) in intel_hdmi_compute_output_format()
H A Dintel_dp.c1095 !drm_mode_is_420_also(info, mode)) in intel_dp_mode_valid_downstream()
2235 !drm_mode_is_420_also(info, adjusted_mode)) in intel_dp_compute_output_format()
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c2673 (is_hdmi2_sink && drm_mode_is_420_also(info, mode)))) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5522 else if (drm_mode_is_420_also(info, mode_in) in fill_stream_properties_from_drm_display_mode()
5586 drm_mode_is_420_also(info, mode_in) && in fill_audio_info()
6911 is_y420 = drm_mode_is_420_also(&connector->display_info, adjusted_mode) && in dm_encoder_helper_atomic_check()