Searched refs:cur_ddb (Results 1 – 1 of 1) sorted by relevance
2782 const struct skl_ddb_allocation *cur_ddb = &dev_priv->wm.skl_hw.ddb; in skl_ddb_allocation_changed() local2785 if (memcmp(new_ddb->plane[pipe], cur_ddb->plane[pipe], in skl_ddb_allocation_changed()2789 if (memcmp(&new_ddb->cursor[pipe], &cur_ddb->cursor[pipe], in skl_ddb_allocation_changed()3178 struct skl_ddb_allocation *cur_ddb, *new_ddb; in skl_flush_wm_values() local3184 cur_ddb = &dev_priv->wm.skl_hw.ddb; in skl_flush_wm_values()3199 if (!skl_ddb_allocation_included(cur_ddb, new_ddb, pipe)) in skl_flush_wm_values()3226 skl_ddb_entry_size(&cur_ddb->pipe[pipe])) { in skl_flush_wm_values()