Searched refs:num_cmdbufs (Results 1 – 4 of 4) sorted by relevance
35 u32 num_cmdbufs, u32 num_relocs, in host1x_job_alloc() argument39 unsigned int num_unpins = num_cmdbufs + num_relocs; in host1x_job_alloc()48 (u64)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()
322 unsigned int num_cmdbufs = args->num_cmdbufs; in tegra_drm_submit() local339 job = host1x_job_alloc(context->channel, args->num_cmdbufs, in tegra_drm_submit()350 while (num_cmdbufs) { in tegra_drm_submit()366 num_cmdbufs--; in tegra_drm_submit()
119 __u32 num_cmdbufs; member
238 u32 num_cmdbufs, u32 num_relocs,