Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/host1x/
A Dsyncpt.c138 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_restore() local
147 host1x_hw_syncpt_assign_to_channel(host, sp_base + i, NULL); in host1x_syncpt_restore()
148 host1x_hw_syncpt_restore(host, sp_base + i); in host1x_syncpt_restore()
152 host1x_hw_syncpt_restore_wait_base(host, sp_base + i); in host1x_syncpt_restore()
165 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_save() local
169 if (host1x_syncpt_client_managed(sp_base + i)) in host1x_syncpt_save()
170 host1x_hw_syncpt_load(host, sp_base + i); in host1x_syncpt_save()
172 WARN_ON(!host1x_syncpt_idle(sp_base + i)); in host1x_syncpt_save()
176 host1x_hw_syncpt_load_wait_base(host, sp_base + i); in host1x_syncpt_save()

Completed in 20 milliseconds