Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Djob.c125 cmd->is_wait = true; in host1x_job_add_wait()
214 if (job->cmds[i].is_wait) in pin_job()
535 if (job->cmds[i].is_wait) in copy_gathers()
564 if (job->cmds[i].is_wait) in copy_gathers()
613 if (job->cmds[i].is_wait) in host1x_job_pin()
626 if (!job->cmds[j].is_wait && in host1x_job_pin()
Djob.h29 bool is_wait; member
/linux-6.1.9/drivers/gpu/host1x/hw/
Ddebug_hw.c212 if (job->cmds[i].is_wait) in show_channel_gathers()
Dchannel_hw.c125 if (cmd->is_wait) { in submit_gathers()