Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/host1x/
Dcdma.c186 cdma->timeout.syncpt = host1x_syncpt_get(host, job->syncpt_id); in cdma_start_timer_locked()
230 host1x_syncpt_get(host1x, job->syncpt_id); in update_cdma_locked()
Dsyncpt.c449 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id) in host1x_syncpt_get() function
455 EXPORT_SYMBOL(host1x_syncpt_get);
Djob.c148 host1x_syncpt_get(host, wait->syncpt_id); in do_waitchks()
/linux-4.1.27/include/linux/
Dhost1x.h134 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id);
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.c479 sp = host1x_syncpt_get(host, args->id); in tegra_syncpt_read()
494 sp = host1x_syncpt_get(host1x, args->id); in tegra_syncpt_incr()
508 sp = host1x_syncpt_get(host1x, args->id); in tegra_syncpt_wait()