Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_modes.h219 bool drm_mode_equal(const struct drm_display_mode *mode1,
/linux-4.1.27/drivers/gpu/drm/
Ddrm_modes.c904 bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2) in drm_mode_equal() function
926 EXPORT_SYMBOL(drm_mode_equal);
1180 if (drm_mode_equal(pmode, mode)) { in drm_mode_connector_list_update()
Ddrm_fb_helper.c1409 if (!drm_mode_equal(modes[j], modes[i])) in drm_target_cloned()
1430 if (drm_mode_equal(mode, dmt_mode)) in drm_target_cloned()
1605 if (!drm_mode_equal(modes[o], modes[n])) in drm_pick_crtcs()
Ddrm_crtc_helper.c566 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
Ddrm_atomic_helper.c371 if (!drm_mode_equal(&crtc->state->mode, &crtc_state->mode)) { in drm_atomic_helper_check_modeset()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_hda.c287 if (drm_mode_equal(&hda_supported_modes[i].mode, &mode)) { in hda_get_mode_idx()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c11893 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in intel_set_config_compute_mode_changes()