Lines Matching refs:num_relocs
26 u32 num_cmdbufs, u32 num_relocs) in host1x_job_alloc() argument
29 unsigned int num_unpins = num_cmdbufs + num_relocs; in host1x_job_alloc()
35 (u64)num_relocs * sizeof(struct host1x_reloc) + in host1x_job_alloc()
52 job->relocs = num_relocs ? mem : NULL; in host1x_job_alloc()
53 mem += num_relocs * sizeof(struct host1x_reloc); in host1x_job_alloc()
61 job->gather_addr_phys = &job->addr_phys[num_relocs]; in host1x_job_alloc()
107 for (i = 0; i < job->num_relocs; i++) { in pin_job()
195 for (i = 0; i < job->num_relocs; i++) { in do_relocs()
257 unsigned int num_relocs; member
276 if (!fw->num_relocs) in check_register()
282 fw->num_relocs--; in check_register()
449 fw.num_relocs = job->num_relocs; in copy_gathers()
497 if (fw.num_relocs) in copy_gathers()