Searched refs:drm_mode_equal (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_modes.c | 771 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()
|
| D | drm_fb_helper.c | 1175 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()
|
| D | drm_edid.c | 1547 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()
|
| D | drm_crtc.h | 899 extern bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mod…
|
| D | drm_crtc_helper.c | 662 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
|
| D | drm_crtc.c | 2644 if (drm_mode_equal(match_mode, mode)) { in drm_mode_detachmode()
|
| /freebsd-12-stable/sys/dev/drm2/i915/ |
| D | intel_display.c | 8113 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in intel_set_config_compute_mode_changes()
|