We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bb397 commit 201d45eCopy full SHA for 201d45e
drivers/media/platform/rockchip/isp/capture_v32.c
@@ -763,11 +763,11 @@ static void update_mi(struct rkisp_stream *stream)
763
if (!ISP3X_ISP_OUT_LINE(rkisp_read(dev, ISP3X_ISP_DEBUG2, true))) {
764
stream->ops->enable_mi(stream);
765
stream->is_pause = false;
766
- }
767
- stream_self_update(stream);
768
- if (!stream->curr_buf) {
769
- stream->curr_buf = stream->next_buf;
770
- stream->next_buf = NULL;
+ stream_self_update(stream);
+ if (!stream->curr_buf) {
+ stream->curr_buf = stream->next_buf;
+ stream->next_buf = NULL;
+ }
771
}
772
773
if (stream->is_pause) {
0 commit comments