Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_modes.h520 bool drm_mode_equal(const struct drm_display_mode *mode1,
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_modes.c1064 bool drm_mode_equal(const struct drm_display_mode *mode1, in drm_mode_equal() function
1074 EXPORT_SYMBOL(drm_mode_equal);
1400 if (!drm_mode_equal(pmode, mode)) in drm_connector_list_update()
H A Ddrm_crtc_helper.c628 if (!drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
H A Ddrm_client_modeset.c546 if (!drm_mode_equal(modes[o], modes[n])) in drm_client_pick_crtcs()
H A Ddrm_atomic_helper.c623 if (!drm_mode_equal(&old_crtc_state->mode, &new_crtc_state->mode)) { in drm_atomic_helper_check_modeset()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_disp.c360 if (!drm_mode_equal(adjusted_mode, mode)) { in nv50_outp_atomic_check_view()