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

/linux-master/drivers/gpu/host1x/
H A Dsyncpt.c47 * host1x_syncpt_alloc() - allocate a syncpoint
58 struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host, function
106 EXPORT_SYMBOL(host1x_syncpt_alloc); variable
309 host->nop_sp = host1x_syncpt_alloc(host, 0, "reserved-nop");
336 return host1x_syncpt_alloc(host, flags, dev_name(client->dev));
/linux-master/drivers/gpu/drm/tegra/
H A Duapi.c309 sp = host1x_syncpt_alloc(host1x, HOST1X_SYNCPT_CLIENT_MANAGED, current->comm);
/linux-master/include/linux/
H A Dhost1x.h215 struct host1x_syncpt *host1x_syncpt_alloc(struct host1x *host,

Completed in 121 milliseconds