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()
543 if (job->cmds[i].is_wait) in copy_gathers()
572 if (job->cmds[i].is_wait) in copy_gathers()
621 if (job->cmds[i].is_wait) in host1x_job_pin()
634 if (!job->cmds[j].is_wait && in host1x_job_pin()
H A Djob.h29 bool is_wait; member