Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_crtc_helper.c518 struct drm_crtc **save_encoder_crtcs, *new_crtc; in drm_crtc_helper_set_config() local
681 new_crtc = NULL; in drm_crtc_helper_set_config()
683 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config()
687 new_crtc = set->crtc; in drm_crtc_helper_set_config()
691 if (new_crtc && in drm_crtc_helper_set_config()
692 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config()
697 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config()
700 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config()
702 if (new_crtc) { in drm_crtc_helper_set_config()
705 new_crtc->base.id, new_crtc->name); in drm_crtc_helper_set_config()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_fbdev.c364 struct drm_fb_helper_crtc *new_crtc; in intel_fb_initial_config() local
406 new_crtc = intel_fb_helper_crtc(fb_helper, in intel_fb_initial_config()
415 if (crtcs[j] == new_crtc) { in intel_fb_initial_config()
463 crtcs[i] = new_crtc; in intel_fb_initial_config()