Lines Matching defs:blocks
4054 return ddb_size - 4; /* 4 blocks for bypass path allocation */
4807 u32 blocks;
4864 /* Allocate fixed number of blocks for cursor. */
4879 blocks = 0;
4888 blocks = U32_MAX;
4894 blocks += wm->wm[level].min_ddb_alloc;
4895 blocks += wm->uv_wm[level].min_ddb_alloc;
4898 if (blocks <= alloc_size) {
4899 alloc_size -= blocks;
4908 blocks, alloc_size);
4913 * Grant each plane the blocks it requires at the highest achievable
4914 * watermark level, plus an extra share of the leftover blocks
5025 * don't have enough DDB blocks for it.
5332 * Make sure result blocks for higher latency levels are
5373 * blocks to satisfy it.
5921 "[PLANE:%d:%s] blocks %4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d,%4d"