summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu-decoder-b0/vpu_b0.h
diff options
context:
space:
mode:
authorGuoRui <rui.guo_4@nxp.com>2018-05-21 12:54:22 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitfc46921ffd4ae6aeb44018f0988a1f879fece86d (patch)
tree7b98982e4e2d2b1b3154cf6c7d168e6f4b29d048 /drivers/mxc/vpu-decoder-b0/vpu_b0.h
parentc74f27c3cab9dcff654baff5887bc1f0a4fed802 (diff)
MLK-18354 vpu decoder implement suspend and resume
Signed-off-by: GuoRui <rui.guo_4@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 b8c041f23eed..7fcf58ad8fe4 100644
--- a/drivers/mxc/vpu-decoder-b0/vpu_b0.h
+++ b/drivers/mxc/vpu-decoder-b0/vpu_b0.h
@@ -191,6 +191,7 @@ struct vpu_dev {
bool fw_is_ready;
bool firmware_started;
struct completion start_cmp;
+ struct completion snap_done_cmp;
struct workqueue_struct *workqueue;
struct work_struct msg_work;
unsigned long instance_mask;