Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc_helper.c470 struct drm_crtc *new_crtc; in drm_crtc_helper_set_config() local
620 new_crtc = NULL; in drm_crtc_helper_set_config()
622 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config()
626 new_crtc = set->crtc; in drm_crtc_helper_set_config()
630 if (new_crtc && in drm_crtc_helper_set_config()
631 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config()
635 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config()
638 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config()
640 if (new_crtc) { in drm_crtc_helper_set_config()
643 new_crtc->base.id); in drm_crtc_helper_set_config()
/linux-4.1.27/drivers/gpu/drm/imx/
Dimx-drm.h27 struct imx_drm_crtc **new_crtc,
Dimx-drm-core.c343 struct imx_drm_crtc **new_crtc, in imx_drm_add_crtc() argument
373 *new_crtc = imx_drm_crtc; in imx_drm_add_crtc()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbdev.c376 struct drm_fb_helper_crtc *new_crtc; in intel_fb_initial_config() local
418 new_crtc = intel_fb_helper_crtc(fb_helper, encoder->crtc); in intel_fb_initial_config()
426 if (crtcs[j] == new_crtc) { in intel_fb_initial_config()
474 crtcs[i] = new_crtc; in intel_fb_initial_config()
Dintel_display.c9066 intel_encoder->new_crtc = to_intel_crtc(crtc); in intel_get_load_detect_pipe()
9174 intel_encoder->new_crtc = NULL; in intel_release_load_detect_pipe()
10310 encoder->new_crtc = in intel_modeset_update_staged_output_state()
10361 encoder->base.crtc = &encoder->new_crtc->base; in intel_modeset_commit_output_state()
10553 if (source_encoder->new_crtc != crtc) in check_single_encoder_cloning()
10569 if (encoder->new_crtc != crtc) in check_encoder_cloning()
10595 WARN_ON(!encoder->new_crtc); in check_digital_port_conflicts()
10796 1 << connector->new_encoder->new_crtc->pipe; in intel_modeset_affected_pipes()
10800 if (encoder->base.crtc == &encoder->new_crtc->base) in intel_modeset_affected_pipes()
10809 if (encoder->new_crtc) in intel_modeset_affected_pipes()
[all …]
Dintel_drv.h137 struct intel_crtc *new_crtc; member