Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dskl_watermark.c607 static void intel_crtc_dbuf_weights(const struct intel_dbuf_state *dbuf_state, in intel_crtc_dbuf_weights() argument
614 to_i915(dbuf_state->base.state->base.dev); in intel_crtc_dbuf_weights()
622 int weight = dbuf_state->weight[pipe]; in intel_crtc_dbuf_weights()
631 if (dbuf_state->slices[pipe] != dbuf_state->slices[for_pipe]) in intel_crtc_dbuf_weights()
1511 const struct intel_dbuf_state *dbuf_state = in skl_crtc_allocate_plane_ddb() local
1513 const struct skl_ddb_entry *alloc = &dbuf_state->ddb[crtc->pipe]; in skl_crtc_allocate_plane_ddb()
1514 int num_active = hweight8(dbuf_state->active_pipes); in skl_crtc_allocate_plane_ddb()
2470 static u8 intel_dbuf_enabled_slices(const struct intel_dbuf_state *dbuf_state) in intel_dbuf_enabled_slices() argument
2472 struct drm_i915_private *i915 = to_i915(dbuf_state->base.state->base.dev); in intel_dbuf_enabled_slices()
2483 enabled_slices |= dbuf_state->slices[pipe]; in intel_dbuf_enabled_slices()
[all …]
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()
700 struct intel_dbuf_state *dbuf_state = in intel_modeset_readout_hw_state() local
736 dbuf_state->active_pipes = active_pipes; in intel_modeset_readout_hw_state()