Searched refs:bw_state (Results 1 – 3 of 3) sorted by relevance
285 void intel_bw_crtc_update(struct intel_bw_state *bw_state, in intel_bw_crtc_update() argument290 bw_state->data_rate[crtc->pipe] = in intel_bw_crtc_update()292 bw_state->num_active_planes[crtc->pipe] = in intel_bw_crtc_update()297 bw_state->data_rate[crtc->pipe], in intel_bw_crtc_update()298 bw_state->num_active_planes[crtc->pipe]); in intel_bw_crtc_update()302 const struct intel_bw_state *bw_state) in intel_bw_num_active_planes() argument308 num_active_planes += bw_state->num_active_planes[pipe]; in intel_bw_num_active_planes()314 const struct intel_bw_state *bw_state) in intel_bw_data_rate() argument320 data_rate += bw_state->data_rate[pipe]; in intel_bw_data_rate()329 struct drm_private_state *bw_state; in intel_atomic_get_bw_state() local[all …]
29 void intel_bw_crtc_update(struct intel_bw_state *bw_state,
7038 struct intel_bw_state *bw_state = in intel_crtc_disable_noatomic() local7103 bw_state->data_rate[intel_crtc->pipe] = 0; in intel_crtc_disable_noatomic()7104 bw_state->num_active_planes[intel_crtc->pipe] = 0; in intel_crtc_disable_noatomic()16776 struct intel_bw_state *bw_state = in intel_modeset_readout_hw_state() local16832 intel_bw_crtc_update(bw_state, crtc_state); in intel_modeset_readout_hw_state()