Lines Matching refs:syncpt
177 struct drm_tegra_syncpt syncpt;
303 if (copy_from_user(&syncpt, user_syncpt, sizeof(syncpt))) {
309 sp = host1x_syncpt_get_by_id(host1x, syncpt.id);
317 job->syncpt_incrs = syncpt.incrs;
318 job->syncpt = sp;
520 struct host1x_syncpt *syncpt;
536 syncpt = context->client->base.syncpts[args->index];
537 args->id = host1x_syncpt_id(syncpt);
574 struct host1x_syncpt *syncpt;
585 if (args->syncpt >= context->client->base.num_syncpts) {
590 syncpt = context->client->base.syncpts[args->syncpt];
592 base = host1x_syncpt_get_base(syncpt);