Searched refs:gather_size (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/host1x/
H A Djob.c214 size_t gather_size = 0; local
239 gather_size += sg->length;
241 gather_size = iova_align(&host->iova, gather_size);
244 alloc = alloc_iova(&host->iova, gather_size >> shift,
260 map->size = gather_size;

Completed in 147 milliseconds