Lines Matching refs:cmds
66 job->cmds = num_cmdbufs ? mem : NULL;
116 struct host1x_job_gather *gather = &job->cmds[job->num_cmds].gather;
129 struct host1x_job_cmd *cmd = &job->cmds[job->num_cmds];
220 if (job->cmds[i].is_wait)
223 g = &job->cmds[i].gather;
541 if (job->cmds[i].is_wait)
544 g = &job->cmds[i].gather;
570 if (job->cmds[i].is_wait)
572 g = &job->cmds[i].gather;
619 if (job->cmds[i].is_wait)
621 g = &job->cmds[i].gather;
632 if (!job->cmds[j].is_wait &&
633 job->cmds[j].gather.bo == g->bo) {
634 job->cmds[j].gather.handled = true;
635 job->cmds[j].gather.base = g->base;