Searched refs:skl_ddb_entry_size (Results 1 – 3 of 3) sorted by relevance
2901 alloc_size = skl_ddb_entry_size(alloc); in skl_allocate_pipe_ddb()3225 ddb_blocks = skl_ddb_entry_size(&ddb->plane[pipe][i]); in skl_compute_wm_level()3235 ddb_blocks = skl_ddb_entry_size(&ddb->plane[pipe][PLANE_CURSOR]); in skl_compute_wm_level()3445 old_size = skl_ddb_entry_size(&old->pipe[pipe]); in skl_ddb_allocation_included()3446 new_size = skl_ddb_entry_size(&new->pipe[pipe]); in skl_ddb_allocation_included()3504 if (skl_ddb_entry_size(&new_ddb->pipe[pipe]) < in skl_flush_wm_values()3505 skl_ddb_entry_size(&cur_ddb->pipe[pipe])) { in skl_flush_wm_values()
3159 skl_ddb_entry_size(entry)); in i915_ddb_info()3164 entry->end, skl_ddb_entry_size(entry)); in i915_ddb_info()
1568 static inline uint16_t skl_ddb_entry_size(const struct skl_ddb_entry *entry) in skl_ddb_entry_size() function