Home
last modified time | relevance | path

Searched refs:host1x_job_add_gather (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/host1x/
Djob.c107 void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo, in host1x_job_add_gather() function
118 EXPORT_SYMBOL(host1x_job_add_gather);
/linux-6.1.9/include/linux/
Dhost1x.h343 void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo,
/linux-6.1.9/drivers/gpu/drm/tegra/
Dsubmit.c390 host1x_job_add_gather(job, &bo->base, cmd->words, *offset * 4); in submit_job_add_gather()
Ddrm.c266 host1x_job_add_gather(job, bo, cmdbuf.words, cmdbuf.offset); in tegra_drm_submit()