Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Djob.c558 job->gather_copy_size = size; in copy_gathers()
667 if (job->gather_copy_size) in host1x_job_unpin()
668 dma_free_wc(host->dev, job->gather_copy_size, in host1x_job_unpin()
/linux-6.1.9/include/linux/
Dhost1x.h305 size_t gather_copy_size; member