Lines Matching refs:gathers
60 job->gathers = num_cmdbufs ? mem : NULL;
94 struct host1x_job_gather *gather = &job->gathers[job->num_gathers];
189 * We will copy gathers BO content later, so there is no need to
205 g = &job->gathers[i];
292 /* skip all other gathers */
539 struct host1x_job_gather *g = &job->gathers[i];
562 struct host1x_job_gather *g = &job->gathers[i];
606 /* patch gathers */
608 struct host1x_job_gather *g = &job->gathers[i];
614 /* copy_gathers() sets gathers base if firewall is enabled */
619 if (job->gathers[j].bo == g->bo) {
620 job->gathers[j].handled = true;
621 job->gathers[j].base = g->base;