Home
last modified time | relevance | path

Searched refs:old_dbuf_state (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c632 const struct intel_dbuf_state *old_dbuf_state = in skl_crtc_allocate_ddb() local
667 if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe] && in skl_crtc_allocate_ddb()
668 skl_ddb_entry_equal(&old_dbuf_state->ddb[pipe], in skl_crtc_allocate_ddb()
690 old_dbuf_state->slices[pipe], new_dbuf_state->slices[pipe], in skl_crtc_allocate_ddb()
691 old_dbuf_state->ddb[pipe].start, old_dbuf_state->ddb[pipe].end, in skl_crtc_allocate_ddb()
693 old_dbuf_state->active_pipes, new_dbuf_state->active_pipes); in skl_crtc_allocate_ddb()
2562 const struct intel_dbuf_state *old_dbuf_state; in skl_compute_ddb() local
2574 old_dbuf_state = intel_atomic_get_old_dbuf_state(state); in skl_compute_ddb()
2582 intel_calc_active_pipes(state, old_dbuf_state in skl_compute_ddb()
3517 const struct intel_dbuf_state *old_dbuf_state = intel_dbuf_pre_plane_update() local
3538 const struct intel_dbuf_state *old_dbuf_state = intel_dbuf_post_plane_update() local
3574 const struct intel_dbuf_state *new_dbuf_state, *old_dbuf_state; intel_mbus_dbox_update() local
[all...]
H A Dintel_pmdemand.c270 const struct intel_dbuf_state *new_dbuf_state, *old_dbuf_state; in intel_pmdemand_needs_update() local
281 old_dbuf_state = intel_atomic_get_old_dbuf_state(state); in intel_pmdemand_needs_update()
284 old_dbuf_state->active_pipes || in intel_pmdemand_needs_update()
286 old_dbuf_state->enabled_slices)) in intel_pmdemand_needs_update()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_pm.c4105 const struct intel_dbuf_state *old_dbuf_state = in skl_ddb_get_pipe_allocation_limits() local
4138 if (old_dbuf_state->active_pipes == new_dbuf_state->active_pipes && in skl_ddb_get_pipe_allocation_limits()
4224 if (old_dbuf_state->enabled_slices != new_dbuf_state->enabled_slices) { in skl_ddb_get_pipe_allocation_limits()
4820 const struct intel_dbuf_state *old_dbuf_state = in skl_allocate_pipe_ddb() local
4833 if (old_dbuf_state->enabled_slices != new_dbuf_state->enabled_slices) { in skl_allocate_pipe_ddb()
5792 const struct intel_dbuf_state *old_dbuf_state; in skl_compute_ddb() local
5811 old_dbuf_state = intel_atomic_get_old_dbuf_state(state); in skl_compute_ddb()
5815 new_dbuf_state->enabled_slices != old_dbuf_state->enabled_slices) in skl_compute_ddb()
5818 old_dbuf_state->enabled_slices, in skl_compute_ddb()
6000 const struct intel_dbuf_state *old_dbuf_state; in skl_ddb_add_affected_pipes() local
7775 const struct intel_dbuf_state *old_dbuf_state = intel_dbuf_pre_plane_update() local
7794 const struct intel_dbuf_state *old_dbuf_state = intel_dbuf_post_plane_update() local
[all...]

Completed in 17 milliseconds