Searched refs:syncpts (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | gr2d.c | 60 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init() 61 if (!client->syncpts[0]) { in gr2d_init() 91 host1x_syncpt_put(client->syncpts[0]); in gr2d_init() 113 host1x_syncpt_put(client->syncpts[0]); in gr2d_exit() 243 struct host1x_syncpt **syncpts; in gr2d_probe() local 256 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe() 257 if (!syncpts) in gr2d_probe() 274 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
|
A D | gr3d.c | 70 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init() 71 if (!client->syncpts[0]) { in gr3d_init() 101 host1x_syncpt_put(client->syncpts[0]); in gr3d_init() 122 host1x_syncpt_put(client->syncpts[0]); in gr3d_exit() 495 struct host1x_syncpt **syncpts; in gr3d_probe() local 508 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe() 509 if (!syncpts) in gr3d_probe() 528 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
|
A D | nvdec.c | 174 client->syncpts[0] = host1x_syncpt_request(client, 0); in nvdec_init() 175 if (!client->syncpts[0]) { in nvdec_init() 200 host1x_syncpt_put(client->syncpts[0]); in nvdec_init() 227 host1x_syncpt_put(client->syncpts[0]); in nvdec_exit() 434 struct host1x_syncpt **syncpts; in nvdec_probe() local 452 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in nvdec_probe() 453 if (!syncpts) in nvdec_probe() 528 nvdec->client.base.syncpts = syncpts; in nvdec_probe()
|
A D | vic.c | 140 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init() 141 if (!client->syncpts[0]) { in vic_init() 166 host1x_syncpt_put(client->syncpts[0]); in vic_init() 193 host1x_syncpt_put(client->syncpts[0]); in vic_exit() 460 struct host1x_syncpt **syncpts; in vic_probe() local 477 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe() 478 if (!syncpts) in vic_probe() 518 vic->client.base.syncpts = syncpts; in vic_probe()
|
A D | drm.c | 190 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit() 539 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt() 593 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
|
/linux-6.3-rc2/include/uapi/drm/ |
A D | tegra_drm.h | 457 __u64 syncpts; member
|
/linux-6.3-rc2/include/linux/ |
A D | host1x.h | 103 struct host1x_syncpt **syncpts; member
|
Completed in 14 milliseconds