summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu-decoder-b0/vpu_b0.h
diff options
context:
space:
mode:
authorHuang Chaofan <chaofan.huang@nxp.com>2018-05-21 10:38:06 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitc74f27c3cab9dcff654baff5887bc1f0a4fed802 (patch)
treeeb798bdd5c940ab55a1d0aaaf7cb27e4f519ec20 /drivers/mxc/vpu-decoder-b0/vpu_b0.h
parent0ec5c5c8461be64c9eadb78edf65b81f379510f9 (diff)
MLK-18353 VPU: Fix eos hang issue for vpu decoder
Fix eos hang issue for vpu decoder on mek B0 board Signed-off-by: Huang Chaofan <chaofan.huang@nxp.com>
Diffstat (limited to 'drivers/mxc/vpu-decoder-b0/vpu_b0.h')
-rw-r--r--drivers/mxc/vpu-decoder-b0/vpu_b0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mxc/vpu-decoder-b0/vpu_b0.h b/drivers/mxc/vpu-decoder-b0/vpu_b0.h
index 918df09dba3a..b8c041f23eed 100644
--- a/drivers/mxc/vpu-decoder-b0/vpu_b0.h
+++ b/drivers/mxc/vpu-decoder-b0/vpu_b0.h
@@ -225,6 +225,7 @@ struct vpu_ctx {
struct workqueue_struct *instance_wq;
struct completion completion;
struct completion stop_cmp;
+ struct completion eos_cmp;
MediaIPFW_Video_SeqInfo *pSeqinfo;
bool b_firstseq;
bool start_flag;