.. | .. |
---|
443 | 443 | list_del(&stream->curr_buf->queue); |
---|
444 | 444 | } |
---|
445 | 445 | |
---|
446 | | - if (stream->streaming) |
---|
447 | | - stream->ops->update_mi(stream); |
---|
| 446 | + stream->ops->update_mi(stream); |
---|
448 | 447 | spin_unlock_irqrestore(&stream->vbq_lock, lock_flags); |
---|
449 | 448 | return 0; |
---|
450 | 449 | } |
---|
.. | .. |
---|
786 | 785 | .unlocked_ioctl = video_ioctl2, |
---|
787 | 786 | .poll = vb2_fop_poll, |
---|
788 | 787 | .mmap = vb2_fop_mmap, |
---|
| 788 | +#ifdef CONFIG_COMPAT |
---|
| 789 | + .compat_ioctl32 = video_ioctl2, |
---|
| 790 | +#endif |
---|
789 | 791 | }; |
---|
790 | 792 | |
---|
791 | 793 | static int rkisp_try_fmt_vid_out_mplane(struct file *file, void *fh, |
---|