Home
last modified time | relevance | path

Searched refs:syncpts (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dgr2d.c46 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()
47 if (!client->syncpts[0]) { in gr2d_init()
70 host1x_syncpt_free(client->syncpts[0]); in gr2d_init()
89 host1x_syncpt_free(client->syncpts[0]); in gr2d_exit()
191 struct host1x_syncpt **syncpts; in gr2d_probe() local
202 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()
203 if (!syncpts) in gr2d_probe()
222 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
[all...]
H A Dgr3d.c55 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()
56 if (!client->syncpts[0]) { in gr3d_init()
79 host1x_syncpt_free(client->syncpts[0]); in gr3d_init()
97 host1x_syncpt_free(client->syncpts[0]); in gr3d_exit()
284 struct host1x_syncpt **syncpts; in gr3d_probe() local
295 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()
296 if (!syncpts) in gr3d_probe()
348 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
[all...]
H A Dvic.c182 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()
183 if (!client->syncpts[0]) { in vic_init()
201 host1x_syncpt_free(client->syncpts[0]); in vic_init()
225 host1x_syncpt_free(client->syncpts[0]); in vic_exit()
400 struct host1x_syncpt **syncpts; in vic_probe() local
418 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe()
419 if (!syncpts) in vic_probe()
459 vic->client.base.syncpts = syncpts; in vic_probe()
[all...]
H A Ddrm.c181 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit()
522 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()
576 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
/kernel/linux/linux-6.6/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()
107 host1x_syncpt_put(client->syncpts[0]); in gr2d_exit()
237 struct host1x_syncpt **syncpts; in gr2d_probe() local
250 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()
251 if (!syncpts) in gr2d_probe()
268 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
[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()
[all...]
H A Dgr3d.c70 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()
71 if (!client->syncpts[0]) { in gr3d_init()
94 host1x_syncpt_put(client->syncpts[0]); in gr3d_init()
115 host1x_syncpt_put(client->syncpts[0]); in gr3d_exit()
488 struct host1x_syncpt **syncpts; in gr3d_probe() local
501 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()
502 if (!syncpts) in gr3d_probe()
521 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
[all...]
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()
427 struct host1x_syncpt **syncpts; in nvdec_probe() local
445 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in nvdec_probe()
446 if (!syncpts) in nvdec_probe()
521 nvdec->client.base.syncpts = syncpts; in nvdec_probe()
[all...]
H A Ddrm.c187 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit()
536 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()
590 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dtegra_drm.h424 * length of the array pointed to by @syncpts.
467 * @syncpts:
474 __u64 syncpts; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dtegra_drm.h141 __u64 syncpts; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dtegra_drm.h106 __u64 syncpts; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dtegra_drm.h106 __u64 syncpts; member
/kernel/linux/linux-6.6/include/uapi/drm/
H A Dtegra_drm.h407 * length of the array pointed to by @syncpts.
450 * @syncpts:
457 __u64 syncpts; member
/kernel/linux/linux-5.10/include/linux/
H A Dhost1x.h49 * @syncpts: array of syncpoints requested for this client
66 struct host1x_syncpt **syncpts; member
/kernel/linux/linux-6.6/include/linux/
H A Dhost1x.h85 * @syncpts: array of syncpoints requested for this client
103 struct host1x_syncpt **syncpts; member

Completed in 14 milliseconds