HomeSort by: relevance | last modified time | path
    Searched defs:bw_state (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bw.c 338 void intel_bw_crtc_update(struct intel_bw_state *bw_state,
343 bw_state->data_rate[crtc->pipe] =
345 bw_state->num_active_planes[crtc->pipe] =
350 bw_state->data_rate[crtc->pipe],
351 bw_state->num_active_planes[crtc->pipe]);
355 const struct intel_bw_state *bw_state)
361 num_active_planes += bw_state->num_active_planes[pipe];
367 const struct intel_bw_state *bw_state)
373 data_rate += bw_state->data_rate[pipe];
382 struct drm_private_state *bw_state; local in function:intel_atomic_get_bw_state
396 struct intel_bw_state *bw_state = NULL; local in function:intel_bw_atomic_check
    [all...]
intel_display.c 7489 struct intel_bw_state *bw_state = local in function:intel_crtc_disable_noatomic
7560 bw_state->data_rate[pipe] = 0;
7561 bw_state->num_active_planes[pipe] = 0;
18199 struct intel_bw_state *bw_state = local in function:intel_modeset_readout_hw_state
18273 intel_bw_crtc_update(bw_state, crtc_state);

Completed in 24 milliseconds