Home
last modified time | relevance | path

Searched refs:host1x_syncpt_get (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Dsyncpt.c523 * host1x_syncpt_get() - obtain a syncpoint by ID
527 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, unsigned int id) in host1x_syncpt_get() function
534 EXPORT_SYMBOL(host1x_syncpt_get); variable
H A Dcdma.c284 cdma->timeout.syncpt = host1x_syncpt_get(host, job->syncpt_id); in cdma_start_timer_locked()
328 host1x_syncpt_get(host1x, job->syncpt_id); in update_cdma_locked()
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Dsyncpt.c475 * host1x_syncpt_get() - increment syncpoint refcount
478 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp) in host1x_syncpt_get() function
484 EXPORT_SYMBOL(host1x_syncpt_get); variable
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddrm.c302 sp = host1x_syncpt_get(host1x, syncpt.id); in tegra_drm_submit()
383 sp = host1x_syncpt_get(host, args->id); in tegra_syncpt_read()
398 sp = host1x_syncpt_get(host1x, args->id); in tegra_syncpt_incr()
412 sp = host1x_syncpt_get(host1x, args->id); in tegra_syncpt_wait()
/kernel/linux/linux-5.10/include/linux/
H A Dhost1x.h145 struct host1x_syncpt *host1x_syncpt_get(struct host1x *host, u32 id);
/kernel/linux/linux-6.6/include/linux/
H A Dhost1x.h203 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp);
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dsubmit.c344 job->syncpt = host1x_syncpt_get(sp); in submit_get_syncpt()

Completed in 7 milliseconds