Lines Matching defs:syncpt
178 struct drm_tegra_syncpt syncpt;
304 if (copy_from_user(&syncpt, user_syncpt, sizeof(syncpt))) {
310 sp = host1x_syncpt_get_by_id(host1x, syncpt.id);
318 job->syncpt_incrs = syncpt.incrs;
319 job->syncpt = sp;
521 struct host1x_syncpt *syncpt;
537 syncpt = context->client->base.syncpts[args->index];
538 args->id = host1x_syncpt_id(syncpt);
575 struct host1x_syncpt *syncpt;
586 if (args->syncpt >= context->client->base.num_syncpts) {
591 syncpt = context->client->base.syncpts[args->syncpt];
593 base = host1x_syncpt_get_base(syncpt);