Home
last modified time | relevance | path

Searched refs:num_cmdbufs (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/host1x/drm/
Dgr2d.c102 unsigned int num_cmdbufs = args->num_cmdbufs; in gr2d_submit() local
118 job = host1x_job_alloc(context->channel, args->num_cmdbufs, in gr2d_submit()
129 while (num_cmdbufs) { in gr2d_submit()
142 num_cmdbufs--; in gr2d_submit()
/drivers/gpu/host1x/
Djob.c35 u32 num_cmdbufs, u32 num_relocs, in host1x_job_alloc() argument
39 unsigned int num_unpins = num_cmdbufs + num_relocs; in host1x_job_alloc()
48 num_cmdbufs * sizeof(struct host1x_job_gather) + in host1x_job_alloc()
69 job->gathers = num_cmdbufs ? mem : NULL; in host1x_job_alloc()
70 mem += num_cmdbufs * sizeof(struct host1x_job_gather); in host1x_job_alloc()
Djob.h123 u32 num_cmdbufs, u32 num_relocs,