Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
A Ddrm_modes.c980 bool drm_mode_match(const struct drm_display_mode *mode1, in drm_mode_match() function
1012 EXPORT_SYMBOL(drm_mode_match);
1027 return drm_mode_match(mode1, mode2, in drm_mode_equal()
1050 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks()
1071 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks_no_stereo()
A Ddrm_client_modeset.c294 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned()
317 if (drm_mode_match(mode, dmt_mode, in drm_client_target_cloned()
A Ddrm_edid.c3491 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode_clock_tolerance()
3530 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode()
3593 if (drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode_clock_tolerance()
3629 drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode()
A Ddrm_connector.c2433 drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
/linux/drivers/gpu/drm/meson/
A Dmeson_venc_cvbs.c73 if (drm_mode_match(req_mode, &meson_mode->mode, in meson_cvbs_get_mode()
/linux/include/drm/
A Ddrm_modes.h489 bool drm_mode_match(const struct drm_display_mode *mode1,
/linux/drivers/gpu/drm/i915/display/
A Dintel_panel.c81 return drm_mode_match(downclock_mode, fixed_mode, in is_downclock_mode()
A Dintel_ddi.c3825 return drm_mode_match(mode1, mode2, in mode_equal()

Completed in 34 milliseconds