Lines Matching refs:num_relocs
27 u32 num_cmdbufs, u32 num_relocs, in host1x_job_alloc() argument
31 unsigned int num_unpins = num_relocs; in host1x_job_alloc()
43 (u64)num_relocs * sizeof(struct host1x_reloc) + in host1x_job_alloc()
62 job->relocs = num_relocs ? mem : NULL; in host1x_job_alloc()
63 mem += num_relocs * sizeof(struct host1x_reloc); in host1x_job_alloc()
71 job->gather_addr_phys = &job->addr_phys[num_relocs]; in host1x_job_alloc()
148 for (i = 0; i < job->num_relocs; i++) { in pin_job()
320 for (i = 0; i < job->num_relocs; i++) { in do_relocs()
376 unsigned int num_relocs; member
395 if (!fw->num_relocs) in check_register()
401 fw->num_relocs--; in check_register()
569 fw.num_relocs = job->num_relocs; in copy_gathers()
626 if (fw.num_relocs) in copy_gathers()