Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_encoder_cvbs.c74 if (drm_mode_match(req_mode, &meson_mode->mode, in meson_cvbs_get_mode()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modes.c1530 bool drm_mode_match(const struct drm_display_mode *mode1, in drm_mode_match() function
1562 EXPORT_SYMBOL(drm_mode_match);
1577 return drm_mode_match(mode1, mode2, in drm_mode_equal()
1600 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks()
1621 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks_no_stereo()
H A Ddrm_client_modeset.c296 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned()
322 if (drm_mode_match(mode, dmt_mode, in drm_client_target_cloned()
H A Ddrm_edid.c4280 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode_clock_tolerance()
4321 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode()
4384 if (drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode_clock_tolerance()
4420 drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode()
H A Ddrm_connector.c2863 drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
/openbmc/linux/include/drm/
H A Ddrm_modes.h541 bool drm_mode_match(const struct drm_display_mode *mode1,
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35950.c275 if (drm_mode_match(&crtc_state->mode, in nt35950_get_current_mode()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_panel.c115 return drm_mode_match(mode, preferred_mode, in is_alt_drrs_mode()
H A Dintel_ddi.c4118 return drm_mode_match(mode1, mode2, in crtcs_port_sync_compatible()