Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c3043 const struct skl_ddb_allocation *cur_ddb = &dev_priv->wm.skl_hw.ddb; in skl_ddb_allocation_changed() local
3046 if (memcmp(new_ddb->plane[pipe], cur_ddb->plane[pipe], in skl_ddb_allocation_changed()
3050 if (memcmp(&new_ddb->plane[pipe][PLANE_CURSOR], &cur_ddb->plane[pipe][PLANE_CURSOR], in skl_ddb_allocation_changed()
3457 struct skl_ddb_allocation *cur_ddb, *new_ddb; in skl_flush_wm_values() local
3463 cur_ddb = &dev_priv->wm.skl_hw.ddb; in skl_flush_wm_values()
3478 if (!skl_ddb_allocation_included(cur_ddb, new_ddb, pipe)) in skl_flush_wm_values()
3505 skl_ddb_entry_size(&cur_ddb->pipe[pipe])) { in skl_flush_wm_values()