Searched refs:syncpts (Results 1 – 6 of 6) sorted by relevance
46 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()47 if (!client->syncpts[0]) { in gr2d_init()70 host1x_syncpt_put(client->syncpts[0]); in gr2d_init()89 host1x_syncpt_put(client->syncpts[0]); in gr2d_exit()196 struct host1x_syncpt **syncpts; in gr2d_probe() local207 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()208 if (!syncpts) in gr2d_probe()227 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
55 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()56 if (!client->syncpts[0]) { in gr3d_init()79 host1x_syncpt_put(client->syncpts[0]); in gr3d_init()97 host1x_syncpt_put(client->syncpts[0]); in gr3d_exit()284 struct host1x_syncpt **syncpts; in gr3d_probe() local295 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()296 if (!syncpts) in gr3d_probe()348 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
148 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()149 if (!client->syncpts[0]) { in vic_init()167 host1x_syncpt_put(client->syncpts[0]); in vic_init()191 host1x_syncpt_put(client->syncpts[0]); in vic_exit()406 struct host1x_syncpt **syncpts; in vic_probe() local424 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe()425 if (!syncpts) in vic_probe()465 vic->client.base.syncpts = syncpts; in vic_probe()
183 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit()525 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()579 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
457 __u64 syncpts; member
70 struct host1x_syncpt **syncpts; member