Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A Djob.c564 job->gather_copy_size = size; in copy_gathers()
673 if (job->gather_copy_size) in host1x_job_unpin()
674 dma_free_wc(host->dev, job->gather_copy_size, in host1x_job_unpin()
/openbmc/linux/include/linux/
H A Dhost1x.h309 size_t gather_copy_size; member