Searched refs:syncpts (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/tegra/ |
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()
|
D | nvdec.c | 113 client->syncpts[0] = host1x_syncpt_request(client, 0); in nvdec_init() 114 if (!client->syncpts[0]) { in nvdec_init() 139 host1x_syncpt_put(client->syncpts[0]); in nvdec_init() 166 host1x_syncpt_put(client->syncpts[0]); in nvdec_exit() 360 struct host1x_syncpt **syncpts; in nvdec_probe() local 378 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in nvdec_probe() 379 if (!syncpts) in nvdec_probe() 415 nvdec->client.base.syncpts = syncpts; in nvdec_probe()
|
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()
|
D | vic.c | 151 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init() 152 if (!client->syncpts[0]) { in vic_init() 177 host1x_syncpt_put(client->syncpts[0]); in vic_init() 204 host1x_syncpt_put(client->syncpts[0]); in vic_exit() 471 struct host1x_syncpt **syncpts; in vic_probe() local 488 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe() 489 if (!syncpts) in vic_probe() 529 vic->client.base.syncpts = syncpts; in vic_probe()
|
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.1.9/include/uapi/drm/ |
D | tegra_drm.h | 457 __u64 syncpts; member
|
/linux-6.1.9/include/linux/ |
D | host1x.h | 102 struct host1x_syncpt **syncpts; member
|