Home
last modified time | relevance | path

Searched refs:is_wait (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/host1x/
H A Djob.c131 cmd->is_wait = true; in host1x_job_add_wait()
220 if (job->cmds[i].is_wait) in pin_job()
541 if (job->cmds[i].is_wait) in copy_gathers()
570 if (job->cmds[i].is_wait) in copy_gathers()
619 if (job->cmds[i].is_wait) in host1x_job_pin()
632 if (!job->cmds[j].is_wait && in host1x_job_pin()
H A Djob.h29 bool is_wait; member