Searched refs:gather_copy_mapped (Results 1 – 3 of 3) sorted by relevance
217 target = (u32 *)job->gather_copy_mapped + in do_relocs()384 u32 *cmdbuf_base = (u32 *)fw->job->gather_copy_mapped + in validate()473 job->gather_copy_mapped = dma_alloc_wc(dev, size, &job->gather_copy, in copy_gathers()477 if (!job->gather_copy_mapped) in copy_gathers()478 job->gather_copy_mapped = dma_alloc_wc(dev, size, in copy_gathers()481 if (!job->gather_copy_mapped) in copy_gathers()492 memcpy(job->gather_copy_mapped + offset, gather + g->offset, in copy_gathers()588 job->gather_copy_mapped, job->gather_copy); in host1x_job_unpin()
218 if (job->gather_copy_mapped) in show_channel_gathers()219 mapped = (u32 *)job->gather_copy_mapped; in show_channel_gathers()234 if (!job->gather_copy_mapped) in show_channel_gathers()
237 u8 *gather_copy_mapped; member