Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c2777 static bool skl_ddb_allocation_changed(const struct skl_ddb_allocation *new_ddb, in skl_ddb_allocation_changed() argument
2785 if (memcmp(new_ddb->plane[pipe], cur_ddb->plane[pipe], in skl_ddb_allocation_changed()
2786 sizeof(new_ddb->plane[pipe]))) in skl_ddb_allocation_changed()
2789 if (memcmp(&new_ddb->cursor[pipe], &cur_ddb->cursor[pipe], in skl_ddb_allocation_changed()
2790 sizeof(new_ddb->cursor[pipe]))) in skl_ddb_allocation_changed()
3178 struct skl_ddb_allocation *cur_ddb, *new_ddb; in skl_flush_wm_values() local
3183 new_ddb = &new_values->ddb; in skl_flush_wm_values()
3199 if (!skl_ddb_allocation_included(cur_ddb, new_ddb, pipe)) in skl_flush_wm_values()
3225 if (skl_ddb_entry_size(&new_ddb->pipe[pipe]) < in skl_flush_wm_values()