Home
last modified time | relevance | path

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

/drivers/gpu/host1x/hw/
Dcdma_hw.c28 static void cdma_timeout_cpu_incr(struct host1x_cdma *cdma, u32 getptr, in cdma_timeout_cpu_incr() argument
89 static void cdma_timeout_restart(struct host1x_cdma *cdma, u32 getptr) in cdma_timeout_restart() argument
117 host1x_ch_writel(ch, getptr, HOST1X_CHANNEL_DMAPUT); in cdma_timeout_restart()
226 static void cdma_resume(struct host1x_cdma *cdma, u32 getptr) in cdma_resume() argument
233 ch->id, getptr); in cdma_resume()
238 cdma_timeout_restart(cdma, getptr); in cdma_resume()
/drivers/gpu/host1x/
Ddev.h44 void (*resume)(struct host1x_cdma *cdma, u32 getptr);
45 void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr,
304 struct host1x_cdma *cdma, u32 getptr) in host1x_hw_cdma_resume() argument
306 host->cdma_op->resume(cdma, getptr); in host1x_hw_cdma_resume()
311 u32 getptr, in host1x_hw_cdma_timeout_cpu_incr() argument
315 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()