Searched refs:new_dbuf_state (Results 1 – 2 of 2) sorted by relevance
659 struct intel_dbuf_state *new_dbuf_state = in skl_crtc_allocate_ddb() local670 if (new_dbuf_state->weight[pipe] == 0) { in skl_crtc_allocate_ddb()671 skl_ddb_entry_init(&new_dbuf_state->ddb[pipe], 0, 0); in skl_crtc_allocate_ddb()675 dbuf_slice_mask = new_dbuf_state->slices[pipe]; in skl_crtc_allocate_ddb()681 intel_crtc_dbuf_weights(new_dbuf_state, pipe, in skl_crtc_allocate_ddb()687 skl_ddb_entry_init(&new_dbuf_state->ddb[pipe], in skl_crtc_allocate_ddb()692 if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe] && in skl_crtc_allocate_ddb()694 &new_dbuf_state->ddb[pipe])) in skl_crtc_allocate_ddb()697 ret = intel_atomic_lock_global_state(&new_dbuf_state->base); in skl_crtc_allocate_ddb()709 crtc_state->wm.skl.ddb.start = mbus_offset + new_dbuf_state->ddb[pipe].start; in skl_crtc_allocate_ddb()[all …]
299 const struct intel_dbuf_state *new_dbuf_state, *old_dbuf_state; in intel_pmdemand_needs_update() local309 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()312 new_dbuf_state->active_pipes != old_dbuf_state->active_pipes) 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() local365 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()[all …]