/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_modes.c | 970 * drm_mode_match - test modes for (partial) equality 980 bool drm_mode_match(const struct drm_display_mode *mode1, in drm_mode_match() function 1012 EXPORT_SYMBOL(drm_mode_match); variable 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()
|
H A D | drm_client_modeset.c | 293 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned() 319 if (drm_mode_match(mode, dmt_mode, in drm_client_target_cloned()
|
H A D | drm_edid.c | 3441 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode_clock_tolerance() 3480 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode() 3543 if (drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode_clock_tolerance() 3579 drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode()
|
H A D | drm_connector.c | 2336 drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/ |
H A D | meson_venc_cvbs.c | 73 if (drm_mode_match(req_mode, &meson_mode->mode, in meson_cvbs_get_mode()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_modes.h | 476 bool drm_mode_match(const struct drm_display_mode *mode1,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_modes.c | 1517 * drm_mode_match - test modes for (partial) equality 1527 bool drm_mode_match(const struct drm_display_mode *mode1, in drm_mode_match() function 1559 EXPORT_SYMBOL(drm_mode_match); variable 1574 return drm_mode_match(mode1, mode2, in drm_mode_equal() 1597 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks() 1618 return drm_mode_match(mode1, mode2, in drm_mode_equal_no_clocks_no_stereo()
|
H A D | drm_client_modeset.c | 296 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 D | drm_edid.c | 4280 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 D | drm_connector.c | 2862 drm_mode_match(mode_itr, mode, in drm_mode_expose_to_userspace()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_modes.h | 541 bool drm_mode_match(const struct drm_display_mode *mode1,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/ |
H A D | meson_encoder_cvbs.c | 74 if (drm_mode_match(req_mode, &meson_mode->mode, in meson_cvbs_get_mode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_panel.c | 115 return drm_mode_match(mode, preferred_mode, in is_alt_drrs_mode()
|
H A D | intel_ddi.c | 4094 return drm_mode_match(mode1, mode2, in mode_equal()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-novatek-nt35950.c | 275 if (drm_mode_match(&crtc_state->mode, in nt35950_get_current_mode()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_panel.c | 55 return drm_mode_match(downclock_mode, fixed_mode, in is_downclock_mode()
|
H A D | intel_ddi.c | 4547 return drm_mode_match(mode1, mode2, in mode_equal()
|