There was an error while loading. Please reload this page.
1 parent 7987d4c commit 09e0076Copy full SHA for 09e0076
1 file changed
nvidia-oot/6.0/0003-Fix-y12i-calibration-stream.patch
@@ -7,8 +7,8 @@ index 7d07ccd7..c64dcc38 100644
7
vb->vb2_buf.timestamp = descr->status.sof_timestamp;
8
9
- if (frame_err)
10
-+ /* TODO: Remove the branch or process the error for Y12I only */
11
-+ if (false && frame_err)
++ /* TODO: Remove once Y12I streaming fixed */
++ if (frame_err && chan->fmtinfo->fourcc != V4L2_PIX_FMT_Y12I)
12
buf->vb2_state = VB2_BUF_STATE_ERROR;
13
else
14
buf->vb2_state = VB2_BUF_STATE_DONE;
0 commit comments