Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_crtc_helper.c446 struct drm_crtc *new_crtc; in drm_crtc_helper_set_config() local
596 new_crtc = NULL; in drm_crtc_helper_set_config()
598 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config()
602 new_crtc = set->crtc; in drm_crtc_helper_set_config()
606 if (new_crtc && in drm_crtc_helper_set_config()
607 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config()
611 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config()
614 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config()
616 if (new_crtc) { in drm_crtc_helper_set_config()
619 new_crtc->base.id); in drm_crtc_helper_set_config()
/drivers/gpu/drm/i915/
Dintel_fbdev.c347 struct drm_fb_helper_crtc *new_crtc; in intel_fb_initial_config() local
381 new_crtc = intel_fb_helper_crtc(fb_helper, encoder->crtc); in intel_fb_initial_config()
389 if (crtcs[j] == new_crtc) { in intel_fb_initial_config()
437 crtcs[i] = new_crtc; in intel_fb_initial_config()
Dintel_display.c8748 intel_encoder->new_crtc = to_intel_crtc(crtc); in intel_get_load_detect_pipe()
8821 intel_encoder->new_crtc = NULL; in intel_release_load_detect_pipe()
10132 encoder->new_crtc = in intel_modeset_update_staged_output_state()
10163 encoder->base.crtc = &encoder->new_crtc->base; in intel_modeset_commit_output_state()
10258 connector->new_encoder->new_crtc != crtc) in compute_baseline_pipe_bpp()
10343 if (source_encoder->new_crtc != crtc) in check_single_encoder_cloning()
10359 if (encoder->new_crtc != crtc) in check_encoder_cloning()
10444 if (&encoder->new_crtc->base != crtc) in intel_modeset_pipe_config()
10517 1 << connector->new_encoder->new_crtc->pipe; in intel_modeset_affected_pipes()
10521 if (encoder->base.crtc == &encoder->new_crtc->base) in intel_modeset_affected_pipes()
[all …]
Dintel_hdmi.c899 if (encoder->new_crtc != crtc) in hdmi_12bpc_possible()
955 hdmi_12bpc_possible(encoder->new_crtc)) { in intel_hdmi_compute_config()
Dintel_lvds.c288 struct intel_crtc *intel_crtc = lvds_encoder->base.new_crtc; in intel_lvds_compute_config()
Dintel_drv.h136 struct intel_crtc *new_crtc; member
Dintel_dp.c1022 struct intel_crtc *intel_crtc = encoder->new_crtc; in intel_dp_compute_config()
4874 intel_crtc = encoder->new_crtc; in intel_dp_set_drrs_state()
/drivers/staging/imx-drm/
Dimx-drm.h27 struct imx_drm_crtc **new_crtc,
Dimx-drm-core.c345 struct imx_drm_crtc **new_crtc, in imx_drm_add_crtc() argument
374 *new_crtc = imx_drm_crtc; in imx_drm_add_crtc()