Searched refs:bw_state (Results 1 – 6 of 6) sorted by relevance
455 void intel_bw_crtc_update(struct intel_bw_state *bw_state, in intel_bw_crtc_update() argument461 bw_state->data_rate[crtc->pipe] = in intel_bw_crtc_update()463 bw_state->num_active_planes[crtc->pipe] = in intel_bw_crtc_update()468 bw_state->data_rate[crtc->pipe], in intel_bw_crtc_update()469 bw_state->num_active_planes[crtc->pipe]); in intel_bw_crtc_update()473 const struct intel_bw_state *bw_state) in intel_bw_num_active_planes() argument479 num_active_planes += bw_state->num_active_planes[pipe]; in intel_bw_num_active_planes()485 const struct intel_bw_state *bw_state) in intel_bw_data_rate() argument491 data_rate += bw_state->data_rate[pipe]; in intel_bw_data_rate()503 struct intel_global_state *bw_state; in intel_atomic_get_old_bw_state() local[all …]
63 void intel_bw_crtc_update(struct intel_bw_state *bw_state,
2175 struct intel_bw_state *bw_state = NULL; in intel_compute_min_cdclk() local2188 bw_state = intel_atomic_get_bw_state(state); in intel_compute_min_cdclk()2189 if (IS_ERR(bw_state)) in intel_compute_min_cdclk()2190 return PTR_ERR(bw_state); in intel_compute_min_cdclk()2206 if (!bw_state) in intel_compute_min_cdclk()2209 min_cdclk = max(bw_state->min_cdclk, min_cdclk); in intel_compute_min_cdclk()
4173 struct intel_bw_state *bw_state = in intel_crtc_disable_noatomic() local4249 bw_state->data_rate[pipe] = 0; in intel_crtc_disable_noatomic()4250 bw_state->num_active_planes[pipe] = 0; in intel_crtc_disable_noatomic()13158 struct intel_bw_state *bw_state = in intel_modeset_readout_hw_state() local13224 intel_bw_crtc_update(bw_state, crtc_state); in intel_modeset_readout_hw_state()13256 intel_bw_crtc_update(bw_state, slave_crtc_state); in intel_modeset_readout_hw_state()
52 const struct intel_bw_state *bw_state);
3978 const struct intel_bw_state *bw_state) in intel_can_enable_sagv() argument3981 bw_state->active_pipes && !is_power_of_2(bw_state->active_pipes)) in intel_can_enable_sagv()3984 return bw_state->pipe_sagv_reject == 0; in intel_can_enable_sagv()