Lines Matching +full:iommu +full:- +full:secure +full:- +full:id
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2012-2015, NVIDIA Corporation.
10 #include <linux/iommu.h>
34 unsigned int id);
80 struct host1x *host, unsigned int id, u32 thresh);
81 void (*enable_syncpt_intr)(struct host1x *host, unsigned int id);
82 void (*disable_syncpt_intr)(struct host1x *host, unsigned int id);
116 * On T20-T148, the boot chain may setup DC to increment syncpoints
122 * On Tegra186, secure world applications may require access to
188 host->syncpt_op->restore(sp); in host1x_hw_syncpt_restore()
194 host->syncpt_op->restore_wait_base(sp); in host1x_hw_syncpt_restore_wait_base()
200 host->syncpt_op->load_wait_base(sp); in host1x_hw_syncpt_load_wait_base()
206 return host->syncpt_op->load(sp); in host1x_hw_syncpt_load()
212 return host->syncpt_op->cpu_incr(sp); in host1x_hw_syncpt_cpu_incr()
219 return host->syncpt_op->assign_to_channel(sp, ch); in host1x_hw_syncpt_assign_to_channel()
224 return host->syncpt_op->enable_protection(host); in host1x_hw_syncpt_enable_protection()
229 return host->intr_op->init_host_sync(host, cpm); in host1x_hw_intr_init_host_sync()
233 unsigned int id, in host1x_hw_intr_set_syncpt_threshold() argument
236 host->intr_op->set_syncpt_threshold(host, id, thresh); in host1x_hw_intr_set_syncpt_threshold()
240 unsigned int id) in host1x_hw_intr_enable_syncpt_intr() argument
242 host->intr_op->enable_syncpt_intr(host, id); in host1x_hw_intr_enable_syncpt_intr()
246 unsigned int id) in host1x_hw_intr_disable_syncpt_intr() argument
248 host->intr_op->disable_syncpt_intr(host, id); in host1x_hw_intr_disable_syncpt_intr()
253 host->intr_op->disable_all_syncpt_intrs(host); in host1x_hw_intr_disable_all_syncpt_intrs()
258 return host->intr_op->free_syncpt_irq(host); in host1x_hw_intr_free_syncpt_irq()
263 unsigned int id) in host1x_hw_channel_init() argument
265 return host->channel_op->init(channel, host, id); in host1x_hw_channel_init()
271 return host->channel_op->submit(job); in host1x_hw_channel_submit()
277 host->cdma_op->start(cdma); in host1x_hw_cdma_start()
283 host->cdma_op->stop(cdma); in host1x_hw_cdma_stop()
289 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
295 return host->cdma_op->timeout_init(cdma); in host1x_hw_cdma_timeout_init()
301 host->cdma_op->timeout_destroy(cdma); in host1x_hw_cdma_timeout_destroy()
307 host->cdma_op->freeze(cdma); in host1x_hw_cdma_freeze()
313 host->cdma_op->resume(cdma, getptr); in host1x_hw_cdma_resume()
322 host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval, in host1x_hw_cdma_timeout_cpu_incr()
329 host->cdma_pb_op->init(pb); in host1x_hw_pushbuffer_init()
334 if (host->debug_op && host->debug_op->debug_init) in host1x_hw_debug_init()
335 host->debug_op->debug_init(de); in host1x_hw_debug_init()
342 host->debug_op->show_channel_cdma(host, channel, o); in host1x_hw_show_channel_cdma()
349 host->debug_op->show_channel_fifo(host, channel, o); in host1x_hw_show_channel_fifo()
354 host->debug_op->show_mlocks(host, o); in host1x_hw_show_mlocks()