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

/linux-master/drivers/gpu/drm/tegra/
H A Dgr2d.c61 client->syncpts[0] = host1x_syncpt_request(client, flags);
62 if (!client->syncpts[0]) {
85 host1x_syncpt_put(client->syncpts[0]);
107 host1x_syncpt_put(client->syncpts[0]);
237 struct host1x_syncpt **syncpts; local
250 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
251 if (!syncpts)
268 gr2d->client.base.syncpts = syncpts;
[all...]
H A Dvic.c138 client->syncpts[0] = host1x_syncpt_request(client, 0);
139 if (!client->syncpts[0]) {
157 host1x_syncpt_put(client->syncpts[0]);
184 host1x_syncpt_put(client->syncpts[0]);
451 struct host1x_syncpt **syncpts; local
468 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
469 if (!syncpts)
509 vic->client.base.syncpts = syncpts;
[all...]
H A Dgr3d.c70 client->syncpts[0] = host1x_syncpt_request(client, flags);
71 if (!client->syncpts[0]) {
94 host1x_syncpt_put(client->syncpts[0]);
115 host1x_syncpt_put(client->syncpts[0]);
488 struct host1x_syncpt **syncpts; local
501 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL);
502 if (!syncpts)
521 gr3d->client.base.syncpts = syncpts;
[all...]
H A Dnvdec.c172 client->syncpts[0] = host1x_syncpt_request(client, 0);
173 if (!client->syncpts[0]) {
191 host1x_syncpt_put(client->syncpts[0]);
218 host1x_syncpt_put(client->syncpts[0]);
427 struct host1x_syncpt **syncpts; local
445 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
446 if (!syncpts)
521 nvdec->client.base.syncpts = syncpts;
[all...]
H A Ddrm.c187 user_syncpt = u64_to_user_ptr(args->syncpts);
536 syncpt = context->client->base.syncpts[args->index];
590 syncpt = context->client->base.syncpts[args->syncpt];
/linux-master/include/uapi/drm/
H A Dtegra_drm.h407 * length of the array pointed to by @syncpts.
450 * @syncpts:
457 __u64 syncpts; member in struct:drm_tegra_submit
/linux-master/include/linux/
H A Dhost1x.h85 * @syncpts: array of syncpoints requested for this client
103 struct host1x_syncpt **syncpts; member in struct:host1x_client

Completed in 151 milliseconds