Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/host1x/
Djob.c43 (u64)num_relocs * sizeof(struct host1x_reloc) + in host1x_job_alloc()
63 mem += num_relocs * sizeof(struct host1x_reloc); in host1x_job_alloc()
147 struct host1x_reloc *reloc = &job->relocs[i]; in pin_job()
281 struct host1x_reloc *reloc = &job->relocs[i]; in do_relocs()
317 static bool check_reloc(struct host1x_reloc *reloc, struct host1x_bo *cmdbuf, in check_reloc()
337 struct host1x_reloc *reloc;
/linux-5.19.10/include/linux/
Dhost1x.h246 struct host1x_reloc { struct
277 struct host1x_reloc *relocs; argument
/linux-5.19.10/drivers/gpu/drm/tegra/
Ddrm.c128 static int host1x_reloc_copy_from_user(struct host1x_reloc *dest, in host1x_reloc_copy_from_user()
272 struct host1x_reloc *reloc; in tegra_drm_submit()