Searched refs:syncpts (Results 1 – 6 of 6) sorted by relevance
49 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()50 if (!client->syncpts[0]) { in gr2d_init()74 host1x_syncpt_free(client->syncpts[0]); in gr2d_init()93 host1x_syncpt_free(client->syncpts[0]); in gr2d_exit()194 struct host1x_syncpt **syncpts; in gr2d_probe() local205 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()206 if (!syncpts) in gr2d_probe()225 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
59 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()60 if (!client->syncpts[0]) { in gr3d_init()84 host1x_syncpt_free(client->syncpts[0]); in gr3d_init()102 host1x_syncpt_free(client->syncpts[0]); in gr3d_exit()289 struct host1x_syncpt **syncpts; in gr3d_probe() local300 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()301 if (!syncpts) in gr3d_probe()353 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
172 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()173 if (!client->syncpts[0]) { in vic_init()185 host1x_syncpt_free(client->syncpts[0]); in vic_init()208 host1x_syncpt_free(client->syncpts[0]); in vic_exit()295 struct host1x_syncpt **syncpts; in vic_probe() local306 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe()307 if (!syncpts) in vic_probe()344 vic->client.base.syncpts = syncpts; in vic_probe()
331 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit()672 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()726 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
474 __u64 syncpts; member
66 struct host1x_syncpt **syncpts; member