Searched refs:num_cmdbufs (Results 1 – 4 of 4) sorted by relevance
27 u32 num_cmdbufs, u32 num_relocs, in host1x_job_alloc() argument39 num_unpins += num_cmdbufs; in host1x_job_alloc()45 (u64)num_cmdbufs * sizeof(struct host1x_job_cmd) + in host1x_job_alloc()66 job->cmds = num_cmdbufs ? mem : NULL; in host1x_job_alloc()67 mem += num_cmdbufs * sizeof(struct host1x_job_cmd); in host1x_job_alloc()
174 unsigned int num_cmdbufs = args->num_cmdbufs; in tegra_drm_submit() local199 job = host1x_job_alloc(context->channel, args->num_cmdbufs, in tegra_drm_submit()214 num_refs = num_cmdbufs + num_relocs * 2; in tegra_drm_submit()225 while (num_cmdbufs) { in tegra_drm_submit()266 num_cmdbufs--; in tegra_drm_submit()
417 __u32 num_cmdbufs; member
333 u32 num_cmdbufs, u32 num_relocs,