Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/
Djob.c26 u32 num_cmdbufs, u32 num_relocs) in host1x_job_alloc() argument
29 unsigned int num_unpins = num_cmdbufs + num_relocs; in host1x_job_alloc()
37 (u64)num_cmdbufs * sizeof(struct host1x_job_gather) + in host1x_job_alloc()
56 job->gathers = num_cmdbufs ? mem : NULL; in host1x_job_alloc()
57 mem += num_cmdbufs * sizeof(struct host1x_job_gather); in host1x_job_alloc()
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddrm.c330 unsigned int num_cmdbufs = args->num_cmdbufs; in tegra_drm_submit() local
355 job = host1x_job_alloc(context->channel, args->num_cmdbufs, in tegra_drm_submit()
369 num_refs = num_cmdbufs + num_relocs * 2; in tegra_drm_submit()
380 while (num_cmdbufs) { in tegra_drm_submit()
421 num_cmdbufs--; in tegra_drm_submit()
/Linux-v5.4/include/uapi/drm/
Dtegra_drm.h434 __u32 num_cmdbufs; member
/Linux-v5.4/include/linux/
Dhost1x.h240 u32 num_cmdbufs, u32 num_relocs);