Searched refs:drm_mode_match (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_modes.c | 1050 bool drm_mode_match(const struct drm_display_mode *mode1, in drm_mode_match() function 1082 EXPORT_SYMBOL(drm_mode_match); 1097 return drm_mode_match(mode1, mode2, in drm_mode_equal() 1120 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks() 1141 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks_no_stereo()
|
D | drm_client_modeset.c | 300 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned() 323 if (drm_mode_match(mode, dmt_mode, in drm_client_target_cloned()
|
D | drm_edid.c | 4084 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode_clock_tolerance() 4125 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode() 4188 if (drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode_clock_tolerance() 4224 drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode()
|
D | drm_connector.c | 2644 drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
|
/linux-6.1.9/drivers/gpu/drm/meson/ |
D | meson_encoder_cvbs.c | 74 if (drm_mode_match(req_mode, &meson_mode->mode, in meson_cvbs_get_mode()
|
/linux-6.1.9/include/drm/ |
D | drm_modes.h | 524 bool drm_mode_match(const struct drm_display_mode *mode1,
|
/linux-6.1.9/drivers/gpu/drm/panel/ |
D | panel-novatek-nt35950.c | 283 if (drm_mode_match(&crtc_state->mode, in nt35950_get_current_mode()
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_panel.c | 78 return drm_mode_match(mode, preferred_mode, in is_alt_drrs_mode()
|
D | intel_ddi.c | 3666 return drm_mode_match(mode1, mode2, in mode_equal()
|