Searched defs:num_cmdbufs (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/host1x/
H A Djob.c35 u32 num_cmdbufs, u32 num_relocs,
39 unsigned int num_unpins = num_cmdbufs + num_relocs;
48 (u64)num_cmdbufs * sizeof(struct host1x_job_gather) +
69 job->gathers = num_cmdbufs ? mem : NULL;
70 mem += num_cmdbufs * sizeof(struct host1x_job_gather);
34 host1x_job_alloc(struct host1x_channel *ch, u32 num_cmdbufs, u32 num_relocs, u32 num_waitchks) argument
/drivers/gpu/drm/tegra/
H A Ddrm.c178 unsigned int num_cmdbufs = args->num_cmdbufs; local
195 job = host1x_job_alloc(context->channel, args->num_cmdbufs,
206 while (num_cmdbufs) {
222 num_cmdbufs--;

Completed in 280 milliseconds