Searched refs:drm_mode_equal (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/drm/ |
D | drm_modes.h | 219 bool drm_mode_equal(const struct drm_display_mode *mode1,
|
/linux-4.1.27/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 | 1409 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()
|
D | drm_crtc_helper.c | 566 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
|
D | drm_atomic_helper.c | 371 if (!drm_mode_equal(&crtc->state->mode, &crtc_state->mode)) { in drm_atomic_helper_check_modeset()
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/i915/ |
D | intel_display.c | 11893 if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { in intel_set_config_compute_mode_changes()
|