Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Dsubmit.c42 static struct host1x_bo *gather_bo_get(struct host1x_bo *host_bo) in gather_bo_get() argument
44 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_get()
48 return host_bo; in gather_bo_get()
60 static void gather_bo_put(struct host1x_bo *host_bo) in gather_bo_put() argument
62 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_put()
125 static void *gather_bo_mmap(struct host1x_bo *host_bo) in gather_bo_mmap() argument
127 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_mmap()
132 static void gather_bo_munmap(struct host1x_bo *host_bo, void *addr) in gather_bo_munmap() argument

Completed in 15 milliseconds