Home
last modified time | relevance | path

Searched refs:host1x_syncpt_load (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/gpu/host1x/
Dsyncpt.c182 u32 host1x_syncpt_load(struct host1x_syncpt *sp) in host1x_syncpt_load() function
239 *value = host1x_syncpt_load(sp); in host1x_syncpt_wait()
278 *value = host1x_syncpt_load(sp); in host1x_syncpt_wait()
469 return host1x_syncpt_load(sp); in host1x_syncpt_read()
Dsyncpt.h102 u32 host1x_syncpt_load(struct host1x_syncpt *sp);
Ddebug.c92 u32 min = host1x_syncpt_load(m->syncpt + i); in show_syncpts()
Dintr.c208 host1x_syncpt_load(host->syncpt + id)); in syncpt_thresh_work()
Dcdma.c370 syncpt_val = host1x_syncpt_load(cdma->timeout.syncpt); in host1x_cdma_update_sync_queue()
/Linux-v6.1/drivers/gpu/host1x/hw/
Dcdma_hw.c37 host1x_syncpt_load(cdma->timeout.syncpt); in cdma_timeout_cpu_incr()
303 syncpt_val = host1x_syncpt_load(cdma->timeout.syncpt); in cdma_timeout_handler()