Searched refs:syncpts (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/tegra/
H A Dgr2d.c39 client->syncpts[0] = host1x_syncpt_request(client->dev, flags); gr2d_init()
40 if (!client->syncpts[0]) { gr2d_init()
59 host1x_syncpt_free(client->syncpts[0]); gr2d_exit()
145 struct host1x_syncpt **syncpts; gr2d_probe() local
154 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); gr2d_probe()
155 if (!syncpts) gr2d_probe()
174 gr2d->client.base.syncpts = syncpts; gr2d_probe()
H A Dgr3d.c49 client->syncpts[0] = host1x_syncpt_request(client->dev, flags); gr3d_init()
50 if (!client->syncpts[0]) { gr3d_init()
69 host1x_syncpt_free(client->syncpts[0]); gr3d_exit()
244 struct host1x_syncpt **syncpts; gr3d_probe() local
253 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); gr3d_probe()
254 if (!syncpts) gr3d_probe()
306 gr3d->client.base.syncpts = syncpts; gr3d_probe()
H A Ddrm.c394 if (copy_from_user(&syncpt, (void __user *)(uintptr_t)args->syncpts, tegra_drm_submit()
589 syncpt = context->client->base.syncpts[args->index]; tegra_get_syncpt()
627 syncpt = context->client->base.syncpts[args->syncpt]; tegra_get_syncpt_base()
/linux-4.4.14/drivers/gpu/host1x/
H A Ddebug.c66 host1x_debug_output(o, "---- syncpts ----\n"); show_syncpts()
H A Ddev.c167 dev_err(&pdev->dev, "failed to initialize syncpts\n"); host1x_probe()
H A Dcdma.c301 * Walk the sync_queue, first incrementing with the CPU syncpts that host1x_cdma_update_sync_queue()
337 /* safe to use CPU to incr syncpts */ host1x_cdma_update_sync_queue()
/linux-4.4.14/include/uapi/drm/
H A Dtegra_drm.h124 __u64 syncpts; member in struct:drm_tegra_submit
/linux-4.4.14/include/linux/
H A Dhost1x.h49 struct host1x_syncpt **syncpts; member in struct:host1x_client

Completed in 207 milliseconds