Lines Matching refs:pipe_crtc
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()
1733 glk_pipe_scaler_clock_gating_wa(pipe_crtc, true); in hsw_crtc_enable()
1756 intel_initial_watermarks(state, pipe_crtc); in hsw_crtc_enable()
1761 for_each_intel_crtc_in_pipe_mask_reverse(&dev_priv->drm, pipe_crtc, in hsw_crtc_enable()
1764 intel_atomic_get_new_crtc_state(state, pipe_crtc); in hsw_crtc_enable()
1768 intel_crtc_wait_for_next_vblank(pipe_crtc); in hsw_crtc_enable()
1769 glk_pipe_scaler_clock_gating_wa(pipe_crtc, false); in hsw_crtc_enable()
1847 struct intel_crtc *pipe_crtc; in hsw_crtc_disable() local
1856 for_each_intel_crtc_in_pipe_mask(&i915->drm, pipe_crtc, in hsw_crtc_disable()
1859 intel_atomic_get_old_crtc_state(state, pipe_crtc); in hsw_crtc_disable()
1866 for_each_intel_crtc_in_pipe_mask(&i915->drm, pipe_crtc, in hsw_crtc_disable()
1868 intel_dmc_disable_pipe(i915, pipe_crtc->pipe); in hsw_crtc_disable()
6868 struct intel_crtc *pipe_crtc; in intel_enable_crtc() local
6873 for_each_intel_crtc_in_pipe_mask_reverse(&dev_priv->drm, pipe_crtc, in intel_enable_crtc()
6876 intel_atomic_get_new_crtc_state(state, pipe_crtc); in intel_enable_crtc()
6980 struct intel_crtc *pipe_crtc; in intel_old_crtc_state_disables() local
6986 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, pipe_crtc, in intel_old_crtc_state_disables()
6988 intel_crtc_disable_pipe_crc(pipe_crtc); in intel_old_crtc_state_disables()
6992 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, pipe_crtc, in intel_old_crtc_state_disables()
6995 intel_atomic_get_new_crtc_state(state, pipe_crtc); in intel_old_crtc_state_disables()
6997 pipe_crtc->active = false; in intel_old_crtc_state_disables()
6998 intel_fbc_disable(pipe_crtc); in intel_old_crtc_state_disables()
7001 intel_initial_watermarks(state, pipe_crtc); in intel_old_crtc_state_disables()