Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/
Ddrm_crtc_helper.c474 struct drm_crtc *save_crtcs, *new_crtc, *crtc; in drm_crtc_helper_set_config() local
618 new_crtc = NULL; in drm_crtc_helper_set_config()
620 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config()
624 new_crtc = set->crtc; in drm_crtc_helper_set_config()
628 if (new_crtc && in drm_crtc_helper_set_config()
629 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config()
633 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config()
636 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config()
638 if (new_crtc) { in drm_crtc_helper_set_config()
641 new_crtc->base.id); in drm_crtc_helper_set_config()