Home
last modified time | relevance | path

Searched refs:host1x_syncpt_get (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.c538 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, unsigned int id) in host1x_syncpt_get() function
545 EXPORT_SYMBOL(host1x_syncpt_get);
Dcdma.c235 cdma->timeout.syncpt = host1x_syncpt_get(host, job->syncpt_id); in cdma_start_timer_locked()
279 host1x_syncpt_get(host1x, job->syncpt_id); in update_cdma_locked()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c452 sp = host1x_syncpt_get(host1x, syncpt.id); in tegra_drm_submit()
533 sp = host1x_syncpt_get(host, args->id); in tegra_syncpt_read()
548 sp = host1x_syncpt_get(host1x, args->id); in tegra_syncpt_incr()
562 sp = host1x_syncpt_get(host1x, args->id); in tegra_syncpt_wait()
/Linux-v4.19/include/linux/
Dhost1x.h151 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id);