Home
last modified time | relevance | path

Searched refs:syncpts (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dgr2d.c46 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr2d_init()
47 if (!client->syncpts[0]) { in gr2d_init()
70 host1x_syncpt_free(client->syncpts[0]); in gr2d_init()
89 host1x_syncpt_free(client->syncpts[0]); in gr2d_exit()
191 struct host1x_syncpt **syncpts; in gr2d_probe() local
202 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in gr2d_probe()
203 if (!syncpts) in gr2d_probe()
222 gr2d->client.base.syncpts = syncpts; in gr2d_probe()
H A Dgr3d.c55 client->syncpts[0] = host1x_syncpt_request(client, flags); in gr3d_init()
56 if (!client->syncpts[0]) { in gr3d_init()
79 host1x_syncpt_free(client->syncpts[0]); in gr3d_init()
97 host1x_syncpt_free(client->syncpts[0]); in gr3d_exit()
284 struct host1x_syncpt **syncpts; in gr3d_probe() local
295 syncpts = devm_kzalloc(&pdev->dev, sizeof(*syncpts), GFP_KERNEL); in gr3d_probe()
296 if (!syncpts) in gr3d_probe()
348 gr3d->client.base.syncpts = syncpts; in gr3d_probe()
H A Dvic.c182 client->syncpts[0] = host1x_syncpt_request(client, 0); in vic_init()
183 if (!client->syncpts[0]) { in vic_init()
201 host1x_syncpt_free(client->syncpts[0]); in vic_init()
225 host1x_syncpt_free(client->syncpts[0]); in vic_exit()
400 struct host1x_syncpt **syncpts; in vic_probe() local
418 syncpts = devm_kzalloc(dev, sizeof(*syncpts), GFP_KERNEL); in vic_probe()
419 if (!syncpts) in vic_probe()
459 vic->client.base.syncpts = syncpts; in vic_probe()
H A Ddrm.c181 user_syncpt = u64_to_user_ptr(args->syncpts); in tegra_drm_submit()
522 syncpt = context->client->base.syncpts[args->index]; in tegra_get_syncpt()
576 syncpt = context->client->base.syncpts[args->syncpt]; in tegra_get_syncpt_base()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Dtegra_drm.h474 __u64 syncpts; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Dtegra_drm.h474 __u64 syncpts; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dtegra_drm.h474 __u64 syncpts; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Dtegra_drm.h474 __u64 syncpts; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Dtegra_drm.h474 __u64 syncpts; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Dtegra_drm.h474 __u64 syncpts; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dhost1x.h66 struct host1x_syncpt **syncpts; member