[media] v4l: vsp1: Support runtime modification of controls
[deliverable/linux.git] / drivers / media / platform / vsp1 / vsp1_clu.c
index cea86e77f7f1107703e8bbfb3348156ad0fb3104..dd0cf20bcddacc3c68fca445e78afd23f68e43a4 100644 (file)
@@ -205,12 +205,15 @@ static const struct v4l2_subdev_ops clu_ops = {
 
 static void clu_configure(struct vsp1_entity *entity,
                          struct vsp1_pipeline *pipe,
-                         struct vsp1_dl_list *dl)
+                         struct vsp1_dl_list *dl, bool full)
 {
        struct vsp1_clu *clu = to_clu(&entity->subdev);
        struct v4l2_mbus_framefmt *format;
        u32 ctrl = VI6_CLU_CTRL_AAI | VI6_CLU_CTRL_MVS | VI6_CLU_CTRL_EN;
 
+       if (!full)
+               return;
+
        format = vsp1_entity_get_pad_format(&clu->entity, clu->entity.config,
                                            CLU_PAD_SINK);
 
This page took 0.423756 seconds and 5 git commands to generate.