Lines Matching refs:syncpt
171 struct drm_tegra_syncpt syncpt;
296 if (copy_from_user(&syncpt, user_syncpt, sizeof(syncpt))) {
302 sp = host1x_syncpt_get(host1x, syncpt.id);
310 job->syncpt_incrs = syncpt.incrs;
311 job->syncpt_id = syncpt.id;
506 struct host1x_syncpt *syncpt;
522 syncpt = context->client->base.syncpts[args->index];
523 args->id = host1x_syncpt_id(syncpt);
560 struct host1x_syncpt *syncpt;
571 if (args->syncpt >= context->client->base.num_syncpts) {
576 syncpt = context->client->base.syncpts[args->syncpt];
578 base = host1x_syncpt_get_base(syncpt);