Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/
Dsyncpt.c121 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_restore() local
125 host1x_hw_syncpt_restore(host, sp_base + i); in host1x_syncpt_restore()
128 host1x_hw_syncpt_restore_wait_base(host, sp_base + i); in host1x_syncpt_restore()
139 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_save() local
143 if (host1x_syncpt_client_managed(sp_base + i)) in host1x_syncpt_save()
144 host1x_hw_syncpt_load(host, sp_base + i); in host1x_syncpt_save()
146 WARN_ON(!host1x_syncpt_idle(sp_base + i)); in host1x_syncpt_save()
150 host1x_hw_syncpt_load_wait_base(host, sp_base + i); in host1x_syncpt_save()