Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/tegra/
Dgr2d.c47 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()
48 if (!client->syncpts[0]) { in gr2d_init()
72 host1x_syncpt_free(client->syncpts[0]); in gr2d_init()
91 host1x_syncpt_free(client->syncpts[0]); in gr2d_exit()
192 struct host1x_syncpt **syncpts; in gr2d_probe() local
203 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()
204 if (!syncpts) in gr2d_probe()
223 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
Dgr3d.c56 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()
57 if (!client->syncpts[0]) { in gr3d_init()
81 host1x_syncpt_free(client->syncpts[0]); in gr3d_init()
99 host1x_syncpt_free(client->syncpts[0]); in gr3d_exit()
286 struct host1x_syncpt **syncpts; in gr3d_probe() local
297 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()
298 if (!syncpts) in gr3d_probe()
350 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
Dvic.c207 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()
208 if (!client->syncpts[0]) { in vic_init()
220 host1x_syncpt_free(client->syncpts[0]); in vic_init()
243 host1x_syncpt_free(client->syncpts[0]); in vic_exit()
372 struct host1x_syncpt **syncpts; in vic_probe() local
383 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe()
384 if (!syncpts) in vic_probe()
425 vic->client.base.syncpts = syncpts; in vic_probe()
Ddrm.c345 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit()
686 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()
740 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
/Linux-v5.4/include/uapi/drm/
Dtegra_drm.h474 __u64 syncpts; member
/Linux-v5.4/include/linux/
Dhost1x.h53 struct host1x_syncpt **syncpts; member