Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_modes.h223 bool drm_mode_equal(const struct drm_display_mode *mode1,
/linux-4.4.14/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.c1759 if (!drm_mode_equal(modes[j], modes[i])) in drm_target_cloned()
1780 if (drm_mode_equal(mode, dmt_mode)) in drm_target_cloned()
1955 if (!drm_mode_equal(modes[o], modes[n])) in drm_pick_crtcs()
Ddrm_crtc_helper.c556 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
Ddrm_atomic_helper.c390 if (!drm_mode_equal(&crtc->state->mode, &crtc_state->mode)) { in drm_atomic_helper_check_modeset()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_hda.c287 if (drm_mode_equal(&hda_supported_modes[i].mode, &mode)) { in hda_get_mode_idx()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c571 if (old_mode && drm_mode_equal(old_mode, mode)) { in vmw_fb_set_par()