Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.c262 host1x_bo_lookup(struct drm_device *drm, struct drm_file *file, u32 handle) in host1x_bo_lookup() function
307 dest->cmdbuf.bo = host1x_bo_lookup(drm, file, cmdbuf); in host1x_reloc_copy_from_user()
311 dest->target.bo = host1x_bo_lookup(drm, file, target); in host1x_reloc_copy_from_user()
359 bo = host1x_bo_lookup(drm, file, cmdbuf.handle); in tegra_drm_submit()