Searched refs:gather_copy_mapped (Results 1 – 3 of 3) sorted by relevance
297 target = (u32 *)job->gather_copy_mapped + in do_relocs()458 u32 *cmdbuf_base = (u32 *)fw->job->gather_copy_mapped + in validate()548 job->gather_copy_mapped = dma_alloc_wc(host, size, &job->gather_copy, in copy_gathers()552 if (!job->gather_copy_mapped) in copy_gathers()553 job->gather_copy_mapped = dma_alloc_wc(host, size, in copy_gathers()556 if (!job->gather_copy_mapped) in copy_gathers()567 memcpy(job->gather_copy_mapped + offset, gather + g->offset, in copy_gathers()668 job->gather_copy_mapped, job->gather_copy); in host1x_job_unpin()
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()
235 u8 *gather_copy_mapped; member