Searched refs:syncpts (Results 1 – 6 of 6) sorted by relevance
47 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()48 if (!client->syncpts[0]) { in gr2d_init()72 host1x_syncpt_free(client->syncpts[0]); in gr2d_init()91 host1x_syncpt_free(client->syncpts[0]); in gr2d_exit()192 struct host1x_syncpt **syncpts; in gr2d_probe() local203 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()204 if (!syncpts) in gr2d_probe()223 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
56 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()57 if (!client->syncpts[0]) { in gr3d_init()81 host1x_syncpt_free(client->syncpts[0]); in gr3d_init()99 host1x_syncpt_free(client->syncpts[0]); in gr3d_exit()286 struct host1x_syncpt **syncpts; in gr3d_probe() local297 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()298 if (!syncpts) in gr3d_probe()350 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
207 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()208 if (!client->syncpts[0]) { in vic_init()220 host1x_syncpt_free(client->syncpts[0]); in vic_init()243 host1x_syncpt_free(client->syncpts[0]); in vic_exit()372 struct host1x_syncpt **syncpts; in vic_probe() local383 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe()384 if (!syncpts) in vic_probe()425 vic->client.base.syncpts = syncpts; in vic_probe()
345 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit()686 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()740 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
474 __u64 syncpts; member
53 struct host1x_syncpt **syncpts; member