Lines Matching refs:syncpts
55 client->syncpts[0] = host1x_syncpt_request(client, flags);
56 if (!client->syncpts[0]) {
79 host1x_syncpt_free(client->syncpts[0]);
97 host1x_syncpt_free(client->syncpts[0]);
284 struct host1x_syncpt **syncpts;
295 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL);
296 if (!syncpts)
348 gr3d->client.base.syncpts = syncpts;