hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/media/platform/rockchip/isp/dmarx.c
....@@ -443,8 +443,7 @@
443443 list_del(&stream->curr_buf->queue);
444444 }
445445
446
- if (stream->streaming)
447
- stream->ops->update_mi(stream);
446
+ stream->ops->update_mi(stream);
448447 spin_unlock_irqrestore(&stream->vbq_lock, lock_flags);
449448 return 0;
450449 }
....@@ -786,6 +785,9 @@
786785 .unlocked_ioctl = video_ioctl2,
787786 .poll = vb2_fop_poll,
788787 .mmap = vb2_fop_mmap,
788
+#ifdef CONFIG_COMPAT
789
+ .compat_ioctl32 = video_ioctl2,
790
+#endif
789791 };
790792
791793 static int rkisp_try_fmt_vid_out_mplane(struct file *file, void *fh,