Lines Matching full:job
196 struct host1x_job *job; in show_channel_gathers() local
203 list_for_each_entry(job, &cdma->sync_queue, list) { in show_channel_gathers()
206 …host1x_debug_output(o, "\n%p: JOB, syncpt_id=%d, syncpt_val=%d, first_get=%08x, timeout=%d num_slo… in show_channel_gathers()
207 job, job->syncpt_id, job->syncpt_end, in show_channel_gathers()
208 job->first_get, job->timeout, in show_channel_gathers()
209 job->num_slots, job->num_unpins); in show_channel_gathers()
211 for (i = 0; i < job->num_gathers; i++) { in show_channel_gathers()
212 struct host1x_job_gather *g = &job->gathers[i]; in show_channel_gathers()
215 if (job->gather_copy_mapped) in show_channel_gathers()
216 mapped = (u32 *)job->gather_copy_mapped; in show_channel_gathers()
231 if (!job->gather_copy_mapped) in show_channel_gathers()