Lines Matching refs:cdma
21 static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo, in trace_write_gather() argument
24 struct device *dev = cdma_to_channel(cdma)->dev; in trace_write_gather()
50 static void submit_wait(struct host1x_cdma *cdma, u32 id, u32 threshold, in submit_wait() argument
54 host1x_cdma_push_wide(cdma, in submit_wait()
67 host1x_cdma_push(cdma, in submit_wait()
75 host1x_cdma_push(cdma, in submit_wait()
84 struct host1x_cdma *cdma = &job->channel->cdma; in submit_gathers() local
100 submit_wait(cdma, cmd->wait.id, threshold, cmd->wait.next_class); in submit_gathers()
110 trace_write_gather(cdma, g->bo, g->offset, g->words); in submit_gathers()
117 host1x_cdma_push_wide(cdma, op1, op2, op3, op4); in submit_gathers()
126 host1x_cdma_push(cdma, op1, op2); in submit_gathers()
141 host1x_cdma_push(&job->channel->cdma, in synchronize_syncpt_base()
217 err = host1x_cdma_begin(&ch->cdma, job); in channel_submit()
228 host1x_cdma_push(&ch->cdma, in channel_submit()
247 host1x_cdma_push(&ch->cdma, in channel_submit()
254 host1x_cdma_end(&ch->cdma, job); in channel_submit()