Searched refs:host1x_syncpt_alloc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | syncpt.c | 47 * host1x_syncpt_alloc() - allocate a syncpoint 58 struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host, in host1x_syncpt_alloc() function 106 EXPORT_SYMBOL(host1x_syncpt_alloc); variable 309 host->nop_sp = host1x_syncpt_alloc(host, 0, "reserved-nop"); in host1x_syncpt_init() 336 return host1x_syncpt_alloc(host, flags, dev_name(client->dev)); in host1x_syncpt_request()
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | syncpt.c | 45 static struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host, in host1x_syncpt_alloc() function 404 host->nop_sp = host1x_syncpt_alloc(host, NULL, 0); in host1x_syncpt_init() 426 return host1x_syncpt_alloc(host, client, flags); in host1x_syncpt_request()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | host1x.h | 215 struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | uapi.c | 309 sp = host1x_syncpt_alloc(host1x, HOST1X_SYNCPT_CLIENT_MANAGED, current->comm); in tegra_drm_ioctl_syncpoint_allocate()
|
Completed in 3 milliseconds