aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/remoteproc/remoteproc.c')
-rw-r--r--drivers/remoteproc/remoteproc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/remoteproc/remoteproc.c b/drivers/remoteproc/remoteproc.c
index 438cd48..722a9ba 100644
--- a/drivers/remoteproc/remoteproc.c
+++ b/drivers/remoteproc/remoteproc.c
@@ -885,6 +885,10 @@ static int rproc_handle_resources(struct rproc *rproc, struct fw_resource *rsc,
}
break;
case RSC_CARVEOUT:
+#ifdef CONFIG_ION_OMAP_TILER_DYNAMIC_ALLOC
+ if (!strncmp("IPU_MEM_IOBUFS", rsc->name, 14))
+ break;
+#endif
if (!pa) {
ret = rproc_alloc_poolmem(rproc, rsc->len, &pa);
if (ret) {