Lines Matching refs:gather
116 struct host1x_job_gather *gather = &job->cmds[job->num_cmds].gather; in host1x_job_add_gather() local
118 gather->words = words; in host1x_job_add_gather()
119 gather->bo = bo; in host1x_job_add_gather()
120 gather->offset = offset; in host1x_job_add_gather()
223 g = &job->cmds[i].gather; in pin_job()
544 g = &job->cmds[i].gather; in copy_gathers()
568 void *gather; in copy_gathers() local
572 g = &job->cmds[i].gather; in copy_gathers()
575 gather = host1x_bo_mmap(g->bo); in copy_gathers()
576 memcpy(job->gather_copy_mapped + offset, gather + g->offset, in copy_gathers()
578 host1x_bo_munmap(g->bo, gather); in copy_gathers()
621 g = &job->cmds[i].gather; in host1x_job_pin()
633 job->cmds[j].gather.bo == g->bo) { in host1x_job_pin()
634 job->cmds[j].gather.handled = true; in host1x_job_pin()
635 job->cmds[j].gather.base = g->base; in host1x_job_pin()