Home
last modified time | relevance | path

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

/src/sys/dev/drm2/
H A Ddrm_modes.c753 bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2) in drm_mode_equal() function
778 EXPORT_SYMBOL(drm_mode_equal);
959 if (drm_mode_equal(pmode, mode)) { in drm_mode_connector_list_update()
H A Ddrm_fb_helper.c1173 if (!drm_mode_equal(modes[j], modes[i])) in drm_target_cloned()
1194 if (drm_mode_equal(mode, dmt_mode)) in drm_target_cloned()
1303 if (!drm_mode_equal(modes[o], modes[n])) in drm_pick_crtcs()
H A Ddrm_edid.c1545 if (drm_mode_equal(to_match, cea_mode)) in drm_match_cea_mode()
2113 if (drm_mode_equal(mode, &edid_cea_modes[i])) in drm_mode_cea_vic()
H A Ddrm_crtc.h897 extern bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mod…
H A Ddrm_crtc_helper.c660 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
H A Ddrm_crtc.c2621 if (drm_mode_equal(match_mode, mode)) { in drm_mode_detachmode()