Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[sfrench/cifs-2.6.git] / drivers / media / platform / vsp1 / vsp1_pipe.h
index 424e43fafaa54557fb3441a42162d37b068d6786..dfff9b5685fe8fa1433f54397070fc303778b579 100644 (file)
@@ -118,7 +118,7 @@ struct vsp1_pipeline {
        enum vsp1_pipeline_state state;
        wait_queue_head_t wq;
 
-       void (*frame_end)(struct vsp1_pipeline *pipe);
+       void (*frame_end)(struct vsp1_pipeline *pipe, bool completed);
 
        struct mutex lock;
        struct kref kref;