Searched refs:syncpts (Results 1 – 3 of 3) sorted by relevance
39 client->syncpts[0] = host1x_syncpt_request(client->dev, flags); in gr2d_init()40 if (!client->syncpts[0]) { in gr2d_init()59 host1x_syncpt_free(client->syncpts[0]); in gr2d_exit()145 struct host1x_syncpt **syncpts; in gr2d_probe() local154 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()155 if (!syncpts) in gr2d_probe()174 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
49 client->syncpts[0] = host1x_syncpt_request(client->dev, flags); in gr3d_init()50 if (!client->syncpts[0]) { in gr3d_init()69 host1x_syncpt_free(client->syncpts[0]); in gr3d_exit()244 struct host1x_syncpt **syncpts; in gr3d_probe() local253 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()254 if (!syncpts) in gr3d_probe()306 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
394 if (copy_from_user(&syncpt, (void __user *)(uintptr_t)args->syncpts, in tegra_drm_submit()589 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()627 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()