Lines Matching full:host1x
3 * Tegra host1x Command DMA
91 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_timeout_restart() local
123 dev_dbg(host1x->dev, in cdma_timeout_restart()
170 static void cdma_hw_cmdproc_stop(struct host1x *host, struct host1x_channel *ch, in cdma_hw_cmdproc_stop()
185 static void cdma_hw_teardown(struct host1x *host, struct host1x_channel *ch) in cdma_hw_teardown()
200 struct host1x *host = cdma_to_host1x(cdma); in cdma_freeze()
228 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_resume() local
231 dev_dbg(host1x->dev, in cdma_resume()
235 cdma_hw_cmdproc_stop(host1x, ch, false); in cdma_resume()
253 struct host1x *host1x = cdma_to_host1x(cdma); in timeout_release_mlock() local
280 host1x_common_writel(host1x, 0x0, offset); in timeout_release_mlock()
293 struct host1x *host1x; in cdma_timeout_handler() local
298 host1x = cdma_to_host1x(cdma); in cdma_timeout_handler()
306 dev_dbg(host1x->dev, in cdma_timeout_handler()
313 cdma_hw_cmdproc_stop(host1x, ch, true); in cdma_timeout_handler()
319 dev_dbg(host1x->dev, in cdma_timeout_handler()
322 cdma_hw_cmdproc_stop(host1x, ch, false); in cdma_timeout_handler()
327 dev_warn(host1x->dev, "%s: timeout: %u (%s), HW thresh %d, done %d\n", in cdma_timeout_handler()
332 host1x_hw_cdma_freeze(host1x, cdma); in cdma_timeout_handler()