Searched refs:gather_copy_mapped (Results 1 – 3 of 3) sorted by relevance
206 target = (u32 *)job->gather_copy_mapped + in do_relocs()373 u32 *cmdbuf_base = (u32 *)fw->job->gather_copy_mapped + in validate()462 job->gather_copy_mapped = dma_alloc_wc(dev, size, &job->gather_copy, in copy_gathers()466 if (!job->gather_copy_mapped) in copy_gathers()467 job->gather_copy_mapped = dma_alloc_wc(dev, size, in copy_gathers()470 if (!job->gather_copy_mapped) in copy_gathers()481 memcpy(job->gather_copy_mapped + offset, gather + g->offset, in copy_gathers()577 job->gather_copy_mapped, job->gather_copy); in host1x_job_unpin()
209 if (job->gather_copy_mapped) in show_channel_gathers()210 mapped = (u32 *)job->gather_copy_mapped; in show_channel_gathers()225 if (!job->gather_copy_mapped) in show_channel_gathers()
224 u8 *gather_copy_mapped; member