Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_pmdemand.c299 const struct intel_dbuf_state *new_dbuf_state, *old_dbuf_state; in intel_pmdemand_needs_update() local
309 new_dbuf_state = intel_atomic_get_new_dbuf_state(state); in intel_pmdemand_needs_update()
311 if (new_dbuf_state && in intel_pmdemand_needs_update()
316 if (new_dbuf_state && in intel_pmdemand_needs_update()
317 new_dbuf_state->enabled_slices != in intel_pmdemand_needs_update()
344 const struct intel_dbuf_state *new_dbuf_state; in intel_pmdemand_atomic_check() local
365 new_dbuf_state = intel_atomic_get_dbuf_state(state); in intel_pmdemand_atomic_check()
366 if (IS_ERR(new_dbuf_state)) in intel_pmdemand_atomic_check()
367 return PTR_ERR(new_dbuf_state); in intel_pmdemand_atomic_check()
371 min_t(u8, hweight8(new_dbuf_state->enabled_slices), 3); in intel_pmdemand_atomic_check()
[all …]
H A Dskl_watermark.c694 &new_dbuf_state->ddb[pipe])) in skl_crtc_allocate_ddb()
717 new_dbuf_state->ddb[pipe].start, new_dbuf_state->ddb[pipe].end, in skl_crtc_allocate_ddb()
2659 if (IS_ERR(new_dbuf_state)) in skl_compute_ddb()
2666 if (!new_dbuf_state) in skl_compute_ddb()
2669 new_dbuf_state->active_pipes = in skl_compute_ddb()
2704 new_dbuf_state->enabled_slices = intel_dbuf_enabled_slices(new_dbuf_state); in skl_compute_ddb()
3525 if (!new_dbuf_state || in intel_mbus_dbox_update()
3659 if (!new_dbuf_state) in intel_dbuf_mbus_pre_ddb_update()
3681 if (!new_dbuf_state) in intel_dbuf_mbus_post_ddb_update()
3717 if (!new_dbuf_state) in intel_dbuf_pre_plane_update()
[all …]