syncpts           345 drivers/gpu/drm/tegra/drm.c 	user_syncpt = u64_to_user_ptr(args->syncpts);
syncpts           686 drivers/gpu/drm/tegra/drm.c 	syncpt = context->client->base.syncpts[args->index];
syncpts           740 drivers/gpu/drm/tegra/drm.c 	syncpt = context->client->base.syncpts[args->syncpt];
syncpts            47 drivers/gpu/drm/tegra/gr2d.c 	client->syncpts[0] = host1x_syncpt_request(client, flags);
syncpts            48 drivers/gpu/drm/tegra/gr2d.c 	if (!client->syncpts[0]) {
syncpts            72 drivers/gpu/drm/tegra/gr2d.c 	host1x_syncpt_free(client->syncpts[0]);
syncpts            91 drivers/gpu/drm/tegra/gr2d.c 	host1x_syncpt_free(client->syncpts[0]);
syncpts           192 drivers/gpu/drm/tegra/gr2d.c 	struct host1x_syncpt **syncpts;
syncpts           203 drivers/gpu/drm/tegra/gr2d.c 	syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
syncpts           204 drivers/gpu/drm/tegra/gr2d.c 	if (!syncpts)
syncpts           223 drivers/gpu/drm/tegra/gr2d.c 	gr2d->client.base.syncpts = syncpts;
syncpts            56 drivers/gpu/drm/tegra/gr3d.c 	client->syncpts[0] = host1x_syncpt_request(client, flags);
syncpts            57 drivers/gpu/drm/tegra/gr3d.c 	if (!client->syncpts[0]) {
syncpts            81 drivers/gpu/drm/tegra/gr3d.c 	host1x_syncpt_free(client->syncpts[0]);
syncpts            99 drivers/gpu/drm/tegra/gr3d.c 	host1x_syncpt_free(client->syncpts[0]);
syncpts           286 drivers/gpu/drm/tegra/gr3d.c 	struct host1x_syncpt **syncpts;
syncpts           297 drivers/gpu/drm/tegra/gr3d.c 	syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL);
syncpts           298 drivers/gpu/drm/tegra/gr3d.c 	if (!syncpts)
syncpts           350 drivers/gpu/drm/tegra/gr3d.c 	gr3d->client.base.syncpts = syncpts;
syncpts           207 drivers/gpu/drm/tegra/vic.c 	client->syncpts[0] = host1x_syncpt_request(client, 0);
syncpts           208 drivers/gpu/drm/tegra/vic.c 	if (!client->syncpts[0]) {
syncpts           220 drivers/gpu/drm/tegra/vic.c 	host1x_syncpt_free(client->syncpts[0]);
syncpts           243 drivers/gpu/drm/tegra/vic.c 	host1x_syncpt_free(client->syncpts[0]);
syncpts           372 drivers/gpu/drm/tegra/vic.c 	struct host1x_syncpt **syncpts;
syncpts           383 drivers/gpu/drm/tegra/vic.c 	syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL);
syncpts           384 drivers/gpu/drm/tegra/vic.c 	if (!syncpts)
syncpts           425 drivers/gpu/drm/tegra/vic.c 	vic->client.base.syncpts = syncpts;
syncpts            53 include/linux/host1x.h 	struct host1x_syncpt **syncpts;
syncpts           474 include/uapi/drm/tegra_drm.h 	__u64 syncpts;