[media] v4l: vsp1: clu: Support runtime modification of controls
[deliverable/linux.git] / drivers / media / platform / vsp1 / vsp1_clu.h
index 33a69029c7191bf16568a91271eb002c20124a83..036e0a2f1a42a14e376c9823aa9648243f55fbae 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef __VSP1_CLU_H__
 #define __VSP1_CLU_H__
 
+#include <linux/spinlock.h>
+
 #include <media/media-entity.h>
 #include <media/v4l2-ctrls.h>
 #include <media/v4l2-subdev.h>
@@ -30,6 +32,8 @@ struct vsp1_clu {
 
        struct v4l2_ctrl_handler ctrls;
 
+       bool yuv_mode;
+       spinlock_t lock;
        unsigned int mode;
        struct vsp1_dl_body *clu;
 };
This page took 0.026364 seconds and 5 git commands to generate.