Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c3038 static bool skl_ddb_allocation_changed(const struct skl_ddb_allocation *new_ddb, in skl_ddb_allocation_changed() argument
3046 if (memcmp(new_ddb->plane[pipe], cur_ddb->plane[pipe], in skl_ddb_allocation_changed()
3047 sizeof(new_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()
3051 sizeof(new_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
3462 new_ddb = &new_values->ddb; in skl_flush_wm_values()
3478 if (!skl_ddb_allocation_included(cur_ddb, new_ddb, pipe)) in skl_flush_wm_values()
3504 if (skl_ddb_entry_size(&new_ddb->pipe[pipe]) < in skl_flush_wm_values()