Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Dgr2d.c61 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()
62 if (!client->syncpts[0]) { in gr2d_init()
85 host1x_syncpt_put(client->syncpts[0]); in gr2d_init()
104 host1x_syncpt_put(client->syncpts[0]); in gr2d_exit()
234 struct host1x_syncpt **syncpts; in gr2d_probe()
247 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()
248 if (!syncpts) in gr2d_probe()
265 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
237 struct host1x_syncpt **syncpts; gr2d_probe() local
[all...]
H A Dgr3d.c72 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()
73 if (!client->syncpts[0]) { in gr3d_init()
96 host1x_syncpt_put(client->syncpts[0]); in gr3d_init()
114 host1x_syncpt_put(client->syncpts[0]); in gr3d_exit()
469 struct host1x_syncpt **syncpts; in gr3d_probe()
482 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()
483 if (!syncpts) in gr3d_probe()
502 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
465 struct host1x_syncpt **syncpts; gr3d_probe() local
[all...]
H A Dvic.c138 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()
139 if (!client->syncpts[0]) { in vic_init()
157 host1x_syncpt_put(client->syncpts[0]); in vic_init()
184 host1x_syncpt_put(client->syncpts[0]); in vic_exit()
451 struct host1x_syncpt **syncpts; in vic_probe() local
468 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe()
469 if (!syncpts) in vic_probe()
509 vic->client.base.syncpts = syncpts; in vic_probe()
H A Dnvdec.c172 client->syncpts[0] = host1x_syncpt_request(client, 0); in nvdec_init()
173 if (!client->syncpts[0]) { in nvdec_init()
191 host1x_syncpt_put(client->syncpts[0]); in nvdec_init()
218 host1x_syncpt_put(client->syncpts[0]); in nvdec_exit()
425 struct host1x_syncpt **syncpts; in nvdec_probe() local
443 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in nvdec_probe()
444 if (!syncpts) in nvdec_probe()
519 nvdec->client.base.syncpts = syncpts; in nvdec_probe()
H A Ddrm.c188 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit()
537 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()
591 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
/linux/include/uapi/drm/
H A Dtegra_drm.h409 * length of the array pointed to by @syncpts.
452 * @syncpts:
459 __u64 syncpts;
457 __u64 syncpts; global() member