Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw.c212 if (job->cmds[i].is_wait) in show_channel_gathers()
H A Dchannel_hw.c125 if (cmd->is_wait) { in submit_gathers()