Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/host1x/
Ddev.h114 const struct host1x_syncpt_ops *syncpt_op; member
144 host->syncpt_op->restore(sp); in host1x_hw_syncpt_restore()
150 host->syncpt_op->restore_wait_base(sp); in host1x_hw_syncpt_restore_wait_base()
156 host->syncpt_op->load_wait_base(sp); in host1x_hw_syncpt_load_wait_base()
162 return host->syncpt_op->load(sp); in host1x_hw_syncpt_load()
168 return host->syncpt_op->cpu_incr(sp); in host1x_hw_syncpt_cpu_incr()
175 return host->syncpt_op->patch_wait(sp, patch_addr); in host1x_hw_syncpt_patch_wait()
/linux-4.4.14/drivers/gpu/host1x/hw/
Dhost1x04.c37 host->syncpt_op = &host1x_syncpt_ops; in host1x04_init()
Dhost1x02.c37 host->syncpt_op = &host1x_syncpt_ops; in host1x02_init()
Dhost1x01.c37 host->syncpt_op = &host1x_syncpt_ops; in host1x01_init()