Searched refs:bw_state (Results 1 – 6 of 6) sorted by relevance
355 void intel_bw_crtc_update(struct intel_bw_state *bw_state, in intel_bw_crtc_update() argument361 bw_state->data_rate[crtc->pipe] = in intel_bw_crtc_update()363 bw_state->num_active_planes[crtc->pipe] = in intel_bw_crtc_update()368 bw_state->data_rate[crtc->pipe], in intel_bw_crtc_update()369 bw_state->num_active_planes[crtc->pipe]); in intel_bw_crtc_update()373 const struct intel_bw_state *bw_state) in intel_bw_num_active_planes() argument379 num_active_planes += bw_state->num_active_planes[pipe]; in intel_bw_num_active_planes()385 const struct intel_bw_state *bw_state) in intel_bw_data_rate() argument391 data_rate += bw_state->data_rate[pipe]; in intel_bw_data_rate()400 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,
2107 struct intel_bw_state *bw_state = NULL; in intel_compute_min_cdclk() local2120 bw_state = intel_atomic_get_bw_state(state); in intel_compute_min_cdclk()2121 if (IS_ERR(bw_state)) in intel_compute_min_cdclk()2122 return PTR_ERR(bw_state); in intel_compute_min_cdclk()2138 if (!bw_state) in intel_compute_min_cdclk()2141 min_cdclk = max(bw_state->min_cdclk, min_cdclk); in intel_compute_min_cdclk()
7657 struct intel_bw_state *bw_state = in intel_crtc_disable_noatomic() local7738 bw_state->data_rate[pipe] = 0; in intel_crtc_disable_noatomic()7739 bw_state->num_active_planes[pipe] = 0; in intel_crtc_disable_noatomic()18567 struct intel_bw_state *bw_state = in intel_modeset_readout_hw_state() local18642 intel_bw_crtc_update(bw_state, crtc_state); in intel_modeset_readout_hw_state()
51 const struct intel_bw_state *bw_state);
3954 const struct intel_bw_state *bw_state) in intel_can_enable_sagv() argument3957 bw_state->active_pipes && !is_power_of_2(bw_state->active_pipes)) in intel_can_enable_sagv()3960 return bw_state->pipe_sagv_reject == 0; in intel_can_enable_sagv()