Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Djob.c484 job->gather_copy_size = size; in copy_gathers()
586 if (job->gather_copy_size) in host1x_job_unpin()
587 dma_free_wc(job->channel->dev, job->gather_copy_size, in host1x_job_unpin()
/Linux-v4.19/include/linux/
Dhost1x.h235 size_t gather_copy_size; member