Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c489 static void intel_crtc_dbuf_weights(const struct intel_dbuf_state *dbuf_state, in intel_crtc_dbuf_weights() argument
495 struct intel_display *display = to_intel_display(dbuf_state->base.state->base.dev); in intel_crtc_dbuf_weights()
503 int weight = dbuf_state->weight[pipe]; in intel_crtc_dbuf_weights()
512 if (dbuf_state->slices[pipe] != dbuf_state->slices[for_pipe]) in intel_crtc_dbuf_weights()
1426 const struct intel_dbuf_state *dbuf_state = in skl_crtc_allocate_plane_ddb() local
1428 const struct skl_ddb_entry *alloc = &dbuf_state->ddb[crtc->pipe]; in skl_crtc_allocate_plane_ddb()
1430 int num_active = hweight8(dbuf_state->active_pipes); in skl_crtc_allocate_plane_ddb()
2464 static u8 intel_dbuf_enabled_slices(const struct intel_dbuf_state *dbuf_state) in intel_dbuf_enabled_slices() argument
2466 struct intel_display *display = to_intel_display(dbuf_state->base.state->base.dev); in intel_dbuf_enabled_slices()
2477 enabled_slices |= dbuf_state->slices[pipe]; in intel_dbuf_enabled_slices()
[all …]
H A Dskl_watermark.h65 int intel_dbuf_num_enabled_slices(const struct intel_dbuf_state *dbuf_state);
66 int intel_dbuf_num_active_pipes(const struct intel_dbuf_state *dbuf_state);