Home
last modified time | relevance | path

Searched refs:drm_mode_equal (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
Ddrm_modes.c771 bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2) in drm_mode_equal() function
796 EXPORT_SYMBOL(drm_mode_equal);
977 if (drm_mode_equal(pmode, mode)) { in drm_mode_connector_list_update()
Ddrm_fb_helper.c1175 if (!drm_mode_equal(modes[j], modes[i])) in drm_target_cloned()
1196 if (drm_mode_equal(mode, dmt_mode)) in drm_target_cloned()
1307 if (!drm_mode_equal(modes[o], modes[n])) in drm_pick_crtcs()
Ddrm_edid.c1547 if (drm_mode_equal(to_match, cea_mode)) in drm_match_cea_mode()
2115 if (drm_mode_equal(mode, &edid_cea_modes[i])) in drm_mode_cea_vic()
Ddrm_crtc.h899 extern bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mod…
Ddrm_crtc_helper.c662 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
Ddrm_crtc.c2644 if (drm_mode_equal(match_mode, mode)) { in drm_mode_detachmode()
/freebsd-12-stable/sys/dev/drm2/i915/
Dintel_display.c8113 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in intel_set_config_compute_mode_changes()