Home
last modified time | relevance | path

Searched refs:host1x_syncpt_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/host1x/
Dsyncpt.c57 struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host, in host1x_syncpt_alloc() function
105 EXPORT_SYMBOL(host1x_syncpt_alloc);
357 host->nop_sp = host1x_syncpt_alloc(host, 0, "reserved-nop"); in host1x_syncpt_init()
384 return host1x_syncpt_alloc(host, flags, dev_name(client->dev)); in host1x_syncpt_request()
/linux-6.1.9/drivers/gpu/drm/tegra/
Duapi.c309 sp = host1x_syncpt_alloc(host1x, HOST1X_SYNCPT_CLIENT_MANAGED, current->comm); in tegra_drm_ioctl_syncpoint_allocate()
/linux-6.1.9/include/linux/
Dhost1x.h214 struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host,