Searched refs:host1x_job_add_gather (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/host1x/ |
D | job.c | 113 void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo, in host1x_job_add_gather() function 124 EXPORT_SYMBOL(host1x_job_add_gather);
|
/linux-6.12.1/include/linux/ |
D | host1x.h | 347 void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo,
|
/linux-6.12.1/drivers/crypto/tegra/ |
D | tegra-se-main.c | 165 host1x_job_add_gather(job, &se->cmdbuf->bo, size, 0); in tegra_se_host1x_submit()
|
/linux-6.12.1/drivers/gpu/drm/tegra/ |
D | submit.c | 385 host1x_job_add_gather(job, &bo->base, cmd->words, *offset * 4); in submit_job_add_gather()
|
D | drm.c | 263 host1x_job_add_gather(job, bo, cmdbuf.words, cmdbuf.offset); in tegra_drm_submit()
|