Searched refs:active_pipes (Results 1 – 7 of 7) sorted by relevance
2134 if (!state->active_pipes) { in vlv_modeset_calc_cdclk()2165 if (!state->active_pipes) { in bdw_modeset_calc_cdclk()2235 if (!state->active_pipes) { in skl_modeset_calc_cdclk()2271 if (!state->active_pipes) { in bxt_modeset_calc_cdclk()2374 if (is_power_of_2(state->active_pipes) && in intel_modeset_calc_cdclk()2381 pipe = ilog2(state->active_pipes); in intel_modeset_calc_cdclk()
510 state->active_pipes = 0; in intel_atomic_state_clear()
496 u8 active_pipes; member
7556 dev_priv->active_pipes &= ~BIT(pipe); in intel_crtc_disable_noatomic()14306 state->active_pipes = dev_priv->active_pipes; in intel_modeset_checks()14313 state->active_pipes |= BIT(crtc->pipe); in intel_modeset_checks()14315 state->active_pipes &= ~BIT(crtc->pipe); in intel_modeset_checks()15625 dev_priv->active_pipes = state->active_pipes; in intel_atomic_commit()18089 dev_priv->active_pipes = 0; in intel_modeset_readout_hw_state()18106 dev_priv->active_pipes |= BIT(crtc->pipe); in intel_modeset_readout_hw_state()
3826 if (hweight8(state->active_pipes) == 0) in intel_can_enable_sagv()3833 if (hweight8(state->active_pipes) > 1) in intel_can_enable_sagv()3837 pipe = ffs(state->active_pipes) - 1; in intel_can_enable_sagv()3932 *num_active = hweight8(dev_priv->active_pipes); in skl_ddb_get_pipe_allocation_limits()3937 *num_active = hweight8(intel_state->active_pipes); in skl_ddb_get_pipe_allocation_limits()3939 *num_active = hweight8(dev_priv->active_pipes); in skl_ddb_get_pipe_allocation_limits()5434 state->active_pipes = dev_priv->active_pipes; in skl_ddb_add_affected_pipes()5745 if (dev_priv->active_pipes) { in skl_wm_get_hw_state()
1114 u8 active_pipes; member
2989 const struct pipe_ctx *active_pipes[MAX_PIPES]; in all_displays_in_sync() local2996 active_pipes[num_active_pipes++] = &pipe[i]; in all_displays_in_sync()3004 active_pipes[0]->stream, active_pipes[i]->stream)) { in all_displays_in_sync()