Home
last modified time | relevance | path

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

/drivers/gpu/host1x/drm/
Dgr2d.c78 static struct host1x_bo *host1x_bo_lookup(struct drm_device *drm, in host1x_bo_lookup() function
137 bo = host1x_bo_lookup(drm, file, cmdbuf.handle); in gr2d_submit()
155 cmdbuf = host1x_bo_lookup(drm, file, (u32)reloc->cmdbuf); in gr2d_submit()
156 target = host1x_bo_lookup(drm, file, (u32)reloc->target); in gr2d_submit()