Searched refs:gather_copy_mapped (Results 1 – 3 of 3) sorted by relevance
291 target = (u32 *)job->gather_copy_mapped + in do_relocs()452 u32 *cmdbuf_base = (u32 *)fw->job->gather_copy_mapped + in validate()547 job->gather_copy_mapped = dma_alloc_wc(host, size, &job->gather_copy, in copy_gathers()551 if (!job->gather_copy_mapped) in copy_gathers()552 job->gather_copy_mapped = dma_alloc_wc(host, size, in copy_gathers()555 if (!job->gather_copy_mapped) in copy_gathers()570 memcpy(job->gather_copy_mapped + offset, gather + g->offset, in copy_gathers()669 job->gather_copy_mapped, job->gather_copy); in host1x_job_unpin()
217 if (job->gather_copy_mapped) in show_channel_gathers()218 mapped = (u32 *)job->gather_copy_mapped; in show_channel_gathers()233 if (!job->gather_copy_mapped) in show_channel_gathers()
307 u8 *gather_copy_mapped; member