void *drm_priv; struct mutex lock; // use this for multiple opens by same process struct kref ref; /* mm struct of the process */ void *mm; /* IOMMU Shared Virtual Address unit */ struct iommu_sva *sva; /* pasid allocated to this process */ u32 pasid; unsigned alloc_count; /...
Edit: This was being set up on an Intel NUC. This issue was resolved by disabling secure boot in the BIOS. I've installed the M.2 TPU and followed the steps, but when running the last step I am hitting this error. I've followed some of t...
entry = iommu_range_alloc(dev, tbl, npages, &handle, mask >> IOMMU_PAGE_SHIFT, align); DBG(" - vaddr: %lx, size: %lx\n", vaddr, slen);/* Handle failure */if(unlikely(entry == DMA_ERROR_CODE)) {if(printk_ratelimit())dev_info(dev,"iommu_alloc failed, tbl %p ""vaddr %...
* this must happen after the CPUs are created because a15mpcore_priv * wires itself up to the CPU's generic_timer gpio out lines. */dev =qdev_create(NULL, privdev); qdev_prop_set_uint32(dev,"num-cpu", smp_cpus); qdev_init_nofail(dev); busdev = SYS_BUS_DEVICE(dev); sysbus_...
CONFIG_IOMMU_SUPPORT is not set # # Remoteproc drivers # CONFIG_REMOTEPROC=y CONFIG_WKUP_M3_RPROC=y CONFIG_PRU_REMOTEPROC=y # end of Remoteproc drivers # # Rpmsg drivers # CONFIG_RPMSG=y CONFIG_RPMSG_CHAR=y # CONFIG_RPMSG_QCOM_GLINK_RPM is not set CONFIG_RPMSG_VIRTIO=y CONFIG_RPMSG_...
[ 0.339122] msm_iommu_ctx 1f0a000.qcom,iommu-ctx: context gfx3d_priv using bank 2 <6>[ 0.339291] msm_iommu_ctx 1e22000.qcom,iommu-ctx: context jpeg_enc0 using bank 2 <6>[ 0.339429] msm_iommu_ctx 1e23000.qcom,iommu-ctx: context vfe using bank 3 <6>[ 0.339560] msm_iommu_ctx ...
[ 0.339122] msm_iommu_ctx 1f0a000.qcom,iommu-ctx: context gfx3d_priv using bank 2 <6>[ 0.339291] msm_iommu_ctx 1e22000.qcom,iommu-ctx: context jpeg_enc0 using bank 2 <6>[ 0.339429] msm_iommu_ctx 1e23000.qcom,iommu-ctx: context vfe using bank 3 <6>[ 0.339560] msm_iommu_ctx ...
create mode 100644 drivers/rknpu/rknpu_iommu.c create mode 100644 drivers/rknpu/rknpu_job.c create mode 100644 drivers/rknpu/rknpu_mm.c create mode 100644 drivers/rknpu/rknpu_reset.c create mode 100644 drivers/soc/rockchip/rockchip_opp_select.c create mode 100644 include/linux/clk/rockch...
omap-mcbsp-priv.h omap-mcbsp-st.c omap-mcbsp.c tools arch/x86/include/asm msr-index.h include linux objtool.h uapi/linux bpf.h objtool arch/x86 decode.c builtin-check.c check.c include/objtool arch.h builtin.h check.h elf.h objtool.h objtool.c...
int__devinitusbhs_mod_gadget_probe(struct usbhs_priv *priv){structusbhsg_gpriv*gpriv;structusbhsg_uep*uep;structdevice*dev=usbhs_priv_to_dev(priv);intpipe_size = usbhs_get_dparam(priv, pipe_size);inti;intret; gpriv = kzalloc(sizeof(struct usbhsg_gpriv), GFP_KERNEL);if(!gpriv...