Searched refs:bw_state (Results 1 – 6 of 6) sorted by relevance
690 void intel_bw_crtc_update(struct intel_bw_state *bw_state, in intel_bw_crtc_update() argument696 bw_state->data_rate[crtc->pipe] = in intel_bw_crtc_update()698 bw_state->num_active_planes[crtc->pipe] = in intel_bw_crtc_update()703 bw_state->data_rate[crtc->pipe], in intel_bw_crtc_update()704 bw_state->num_active_planes[crtc->pipe]); in intel_bw_crtc_update()708 const struct intel_bw_state *bw_state) in intel_bw_num_active_planes() argument714 num_active_planes += bw_state->num_active_planes[pipe]; in intel_bw_num_active_planes()720 const struct intel_bw_state *bw_state) in intel_bw_data_rate() argument726 data_rate += bw_state->data_rate[pipe]; in intel_bw_data_rate()738 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,70 const struct intel_bw_state *bw_state);
33 struct intel_bw_state *bw_state = in intel_crtc_disable_noatomic() local108 bw_state->data_rate[pipe] = 0; in intel_crtc_disable_noatomic()109 bw_state->num_active_planes[pipe] = 0; in intel_crtc_disable_noatomic()538 struct intel_bw_state *bw_state = in intel_modeset_readout_hw_state() local601 intel_bw_crtc_update(bw_state, crtc_state); in intel_modeset_readout_hw_state()
27 const struct intel_bw_state *bw_state);
2328 const struct intel_bw_state *bw_state; in intel_compute_min_cdclk() local2351 bw_state = intel_atomic_get_new_bw_state(state); in intel_compute_min_cdclk()2352 if (bw_state) { in intel_compute_min_cdclk()2353 min_cdclk = intel_bw_min_cdclk(dev_priv, bw_state); in intel_compute_min_cdclk()
421 const struct intel_bw_state *bw_state) in intel_can_enable_sagv() argument424 bw_state->active_pipes && !is_power_of_2(bw_state->active_pipes)) in intel_can_enable_sagv()427 return bw_state->pipe_sagv_reject == 0; in intel_can_enable_sagv()