Searched refs:drm_mode_equal (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drm_modes.h | 223 bool drm_mode_equal(const struct drm_display_mode *mode1,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_modes.c | 904 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()
|
D | drm_fb_helper.c | 1759 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()
|
D | drm_crtc_helper.c | 556 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
|
D | drm_atomic_helper.c | 390 if (!drm_mode_equal(&crtc->state->mode, &crtc_state->mode)) { in drm_atomic_helper_check_modeset()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_hda.c | 287 if (drm_mode_equal(&hda_supported_modes[i].mode, &mode)) { in hda_get_mode_idx()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fb.c | 571 if (old_mode && drm_mode_equal(old_mode, mode)) { in vmw_fb_set_par()
|