Home
last modified time | relevance | path

Searched refs:gather_copy_mapped (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Djob.c297 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()
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Ddebug_hw.c215 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()
/kernel/linux/linux-5.10/include/linux/
Dhost1x.h235 u8 *gather_copy_mapped; member