Home
last modified time | relevance | path

Searched refs:dbuf_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c590 static void intel_crtc_dbuf_weights(const struct intel_dbuf_state *dbuf_state, in intel_crtc_dbuf_weights() argument
597 to_i915(dbuf_state->base.state->base.dev); in intel_crtc_dbuf_weights()
605 int weight = dbuf_state->weight[pipe]; in intel_crtc_dbuf_weights()
614 if (dbuf_state->slices[pipe] != dbuf_state->slices[for_pipe]) in intel_crtc_dbuf_weights()
1494 const struct intel_dbuf_state *dbuf_state = in skl_crtc_allocate_plane_ddb() local
1496 const struct skl_ddb_entry *alloc = &dbuf_state->ddb[crtc->pipe]; in skl_crtc_allocate_plane_ddb()
1497 int num_active = hweight8(dbuf_state->active_pipes); in skl_crtc_allocate_plane_ddb()
2540 static u8 intel_dbuf_enabled_slices(const struct intel_dbuf_state *dbuf_state) in intel_dbuf_enabled_slices() argument
2542 struct drm_i915_private *i915 = to_i915(dbuf_state->base.state->base.dev); in intel_dbuf_enabled_slices()
2553 enabled_slices |= dbuf_state->slices[pipe]; in intel_dbuf_enabled_slices()
[all …]
H A Dintel_modeset_setup.c159 struct intel_dbuf_state *dbuf_state = in intel_crtc_disable_noatomic_complete() local
182 dbuf_state->active_pipes &= ~BIT(pipe); in intel_crtc_disable_noatomic_complete()
679 struct intel_dbuf_state *dbuf_state = in intel_modeset_readout_hw_state() local
715 dbuf_state->active_pipes = active_pipes; in intel_modeset_readout_hw_state()