Lines Matching refs:num_relocs
35 u32 num_cmdbufs, u32 num_relocs, in host1x_job_alloc() argument
39 unsigned int num_unpins = num_cmdbufs + num_relocs; in host1x_job_alloc()
45 (u64)num_relocs * sizeof(struct host1x_reloc) + in host1x_job_alloc()
63 job->relocarray = num_relocs ? mem : NULL; in host1x_job_alloc()
64 mem += num_relocs * sizeof(struct host1x_reloc); in host1x_job_alloc()
74 job->gather_addr_phys = &job->addr_phys[num_relocs]; in host1x_job_alloc()
183 for (i = 0; i < job->num_relocs; i++) { in pin_job()
235 for (i = 0; i < job->num_relocs; i++) { in do_relocs()
285 unsigned int num_relocs; member
301 if (!fw->num_relocs) in check_register()
307 fw->num_relocs--; in check_register()
462 fw.num_relocs = job->num_relocs; in copy_gathers()
502 if (fw.num_relocs) in copy_gathers()