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()
152 for (i = 0; i < job->num_relocs; i++) { in pin_job()
286 for (i = 0; i < job->num_relocs; i++) { in do_relocs()
342 unsigned int num_relocs; member
361 if (!fw->num_relocs) in check_register()
367 fw->num_relocs--; in check_register()
535 fw.num_relocs = job->num_relocs; in copy_gathers()
592 if (fw.num_relocs) in copy_gathers()