Home
last modified time | relevance | path

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

/drivers/gpu/host1x/drm/
Dgr2d.c170 err = copy_from_user(&syncpt, (void * __user)(uintptr_t)args->syncpts, in gr2d_submit()
258 struct host1x_syncpt **syncpts; in gr2d_probe() local
264 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()
265 if (!syncpts) in gr2d_probe()
284 *syncpts = host1x_syncpt_request(dev, 0); in gr2d_probe()
285 if (!(*syncpts)) { in gr2d_probe()
293 gr2d->client.syncpts = syncpts; in gr2d_probe()
323 host1x_syncpt_free(gr2d->client.syncpts[i]); in gr2d_remove()
Ddrm.h83 struct host1x_syncpt **syncpts; member
Ddrm.c461 syncpt = context->client->syncpts[args->index]; in tegra_get_syncpt()