drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang
[linux-2.6-microblaze.git] / drivers / remoteproc / ingenic_rproc.c
index e2618c3..a356738 100644 (file)
@@ -121,7 +121,7 @@ static void ingenic_rproc_kick(struct rproc *rproc, int vqid)
        writel(vqid, vpu->aux_base + REG_CORE_MSG);
 }
 
-static void *ingenic_rproc_da_to_va(struct rproc *rproc, u64 da, size_t len)
+static void *ingenic_rproc_da_to_va(struct rproc *rproc, u64 da, size_t len, bool *is_iomem)
 {
        struct vpu *vpu = rproc->priv;
        void __iomem *va = NULL;