Searched refs:pipe_crtc (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_mst.c | 1022 struct intel_crtc *pipe_crtc; in intel_mst_post_disable_dp() local 1031 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, pipe_crtc, in intel_mst_post_disable_dp() 1034 intel_atomic_get_old_crtc_state(state, pipe_crtc); in intel_mst_post_disable_dp() 1056 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, pipe_crtc, in intel_mst_post_disable_dp() 1059 intel_atomic_get_old_crtc_state(state, pipe_crtc); in intel_mst_post_disable_dp() 1275 struct intel_crtc *pipe_crtc; in intel_mst_enable_dp() local 1323 for_each_intel_crtc_in_pipe_mask_reverse(&dev_priv->drm, pipe_crtc, in intel_mst_enable_dp() 1326 intel_atomic_get_new_crtc_state(state, pipe_crtc); in intel_mst_enable_dp()
|
H A D | intel_display.c | 1684 struct intel_crtc *pipe_crtc; in hsw_crtc_enable() local 1689 for_each_intel_crtc_in_pipe_mask_reverse(&dev_priv->drm, pipe_crtc, in hsw_crtc_enable() 1691 intel_dmc_enable_pipe(dev_priv, pipe_crtc->pipe); in hsw_crtc_enable() 1695 for_each_intel_crtc_in_pipe_mask_reverse(&dev_priv->drm, pipe_crtc, in hsw_crtc_enable() 1698 intel_atomic_get_new_crtc_state(state, pipe_crtc); in hsw_crtc_enable() 1706 for_each_intel_crtc_in_pipe_mask_reverse(&dev_priv->drm, pipe_crtc, in hsw_crtc_enable() 1709 intel_atomic_get_new_crtc_state(state, pipe_crtc); in hsw_crtc_enable() 1725 for_each_intel_crtc_in_pipe_mask_reverse(&dev_priv->drm, pipe_crtc, in hsw_crtc_enable() 1728 intel_atomic_get_new_crtc_state(state, pipe_crtc); in hsw_crtc_enable() 1730 pipe_crtc->active = true; in hsw_crtc_enable() [all …]
|
H A D | intel_ddi.c | 3119 struct intel_crtc *pipe_crtc; in intel_ddi_post_disable_hdmi_or_sst() local 3121 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, pipe_crtc, in intel_ddi_post_disable_hdmi_or_sst() 3124 intel_atomic_get_old_crtc_state(state, pipe_crtc); in intel_ddi_post_disable_hdmi_or_sst() 3133 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, pipe_crtc, in intel_ddi_post_disable_hdmi_or_sst() 3136 intel_atomic_get_old_crtc_state(state, pipe_crtc); in intel_ddi_post_disable_hdmi_or_sst() 3386 struct intel_crtc *pipe_crtc; in intel_enable_ddi() local 3397 for_each_intel_crtc_in_pipe_mask_reverse(&i915->drm, pipe_crtc, in intel_enable_ddi() 3400 intel_atomic_get_new_crtc_state(state, pipe_crtc); in intel_enable_ddi() 3501 struct intel_crtc *pipe_crtc; in intel_ddi_update_active_dpll() local 3507 for_each_intel_crtc_in_pipe_mask(&i915->drm, pipe_crtc, in intel_ddi_update_active_dpll() [all …]
|