Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_crtc_helper.c553 struct drm_crtc *save_crtcs, *new_crtc, *crtc; in drm_crtc_helper_set_config() local
708 new_crtc = NULL; in drm_crtc_helper_set_config()
710 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config()
714 new_crtc = set->crtc; in drm_crtc_helper_set_config()
718 if (new_crtc && in drm_crtc_helper_set_config()
719 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config()
723 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config()
726 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config()
728 if (new_crtc) { in drm_crtc_helper_set_config()
731 new_crtc->base.id); in drm_crtc_helper_set_config()