Searched refs:gather_copy_mapped (Results 1 – 3 of 3) sorted by relevance
385 u32 *cmdbuf_base = (u32 *)fw->job->gather_copy_mapped + in validate()470 job->gather_copy_mapped = dma_alloc_writecombine(dev, size, in copy_gathers()473 if (!job->gather_copy_mapped) { in copy_gathers()474 job->gather_copy_mapped = NULL; in copy_gathers()486 memcpy(job->gather_copy_mapped + offset, gather + g->offset, in copy_gathers()582 job->gather_copy_mapped, in host1x_job_unpin()
156 if (job->gather_copy_mapped) in show_channel_gathers()157 mapped = (u32 *)job->gather_copy_mapped; in show_channel_gathers()172 if (!job->gather_copy_mapped) in show_channel_gathers()
225 u8 *gather_copy_mapped; member