Lines Matching refs:gather_bo
31 struct gather_bo { struct
44 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_get() argument
53 struct gather_bo *bo = container_of(ref, struct gather_bo, ref); in gather_bo_release()
62 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_put()
70 struct gather_bo *gather = container_of(bo, struct gather_bo, base); in gather_bo_pin()
127 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_mmap()
179 static int submit_copy_gather_data(struct gather_bo **pbo, struct device *dev, in submit_copy_gather_data()
183 struct gather_bo *bo; in submit_copy_gather_data()
228 static int submit_write_reloc(struct tegra_drm_context *context, struct gather_bo *bo, in submit_write_reloc()
257 static int submit_process_bufs(struct tegra_drm_context *context, struct gather_bo *bo, in submit_process_bufs()
352 struct gather_bo *bo, u32 *offset, in submit_job_add_gather()
393 submit_create_job(struct tegra_drm_context *context, struct gather_bo *bo, in submit_create_job()
518 struct gather_bo *bo; in tegra_drm_ioctl_channel_submit()