Searched refs:syncpts (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/tegra/ |
D | gr2d.c | 61 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init() 62 if (!client->syncpts[0]) { in gr2d_init() 85 host1x_syncpt_put(client->syncpts[0]); in gr2d_init() 107 host1x_syncpt_put(client->syncpts[0]); in gr2d_exit() 237 struct host1x_syncpt **syncpts; in gr2d_probe() local 250 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe() 251 if (!syncpts) in gr2d_probe() 268 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
|
D | gr3d.c | 70 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init() 71 if (!client->syncpts[0]) { in gr3d_init() 94 host1x_syncpt_put(client->syncpts[0]); in gr3d_init() 115 host1x_syncpt_put(client->syncpts[0]); in gr3d_exit() 488 struct host1x_syncpt **syncpts; in gr3d_probe() local 501 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe() 502 if (!syncpts) in gr3d_probe() 521 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
|
D | vic.c | 138 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init() 139 if (!client->syncpts[0]) { in vic_init() 157 host1x_syncpt_put(client->syncpts[0]); in vic_init() 184 host1x_syncpt_put(client->syncpts[0]); in vic_exit() 451 struct host1x_syncpt **syncpts; in vic_probe() local 468 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe() 469 if (!syncpts) in vic_probe() 509 vic->client.base.syncpts = syncpts; in vic_probe()
|
D | nvdec.c | 172 client->syncpts[0] = host1x_syncpt_request(client, 0); in nvdec_init() 173 if (!client->syncpts[0]) { in nvdec_init() 191 host1x_syncpt_put(client->syncpts[0]); in nvdec_init() 218 host1x_syncpt_put(client->syncpts[0]); in nvdec_exit() 427 struct host1x_syncpt **syncpts; in nvdec_probe() local 445 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in nvdec_probe() 446 if (!syncpts) in nvdec_probe() 521 nvdec->client.base.syncpts = syncpts; in nvdec_probe()
|
D | drm.c | 187 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit() 536 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt() 590 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
|
/linux-6.12.1/include/uapi/drm/ |
D | tegra_drm.h | 457 __u64 syncpts; member
|
/linux-6.12.1/include/linux/ |
D | host1x.h | 103 struct host1x_syncpt **syncpts; member
|