summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu-encoder-b0/vpu_encoder_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/vpu-encoder-b0/vpu_encoder_mem.c')
-rw-r--r--drivers/mxc/vpu-encoder-b0/vpu_encoder_mem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mxc/vpu-encoder-b0/vpu_encoder_mem.c b/drivers/mxc/vpu-encoder-b0/vpu_encoder_mem.c
index f52a4e731f92..6a9c079b35d2 100644
--- a/drivers/mxc/vpu-encoder-b0/vpu_encoder_mem.c
+++ b/drivers/mxc/vpu-encoder-b0/vpu_encoder_mem.c
@@ -400,6 +400,8 @@ int vpu_enc_alloc_stream(struct vpu_ctx *ctx)
vpu_dbg(LVL_ERR, "alloc encoder stream buffer fail\n");
return -ENOMEM;
}
+ vpu_dbg(LVL_INFO, "encoder_stream: 0x%llx, %d\n",
+ ctx->encoder_stream.phy_addr, ctx->encoder_stream.size);
return 0;
}