Skip to content

Commit 457f627

Browse files
ymodlinCopilot
andauthored
Update nvidia-oot/6.0/0003-Fix-y12i-calibration-stream.patch
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 09e0076 commit 457f627

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

nvidia-oot/6.0/0003-Fix-y12i-calibration-stream.patch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ index 7d07ccd7..c64dcc38 100644
77
vb->vb2_buf.timestamp = descr->status.sof_timestamp;
88

99
- if (frame_err)
10-
+ /* TODO: Remove once Y12I streaming fixed */
10+
+ /* TODO: Remove Y12I frame_err workaround once Y12I hardware/firmware reports
11+
+ * frame_err correctly (no false positives during Y12I streaming).
12+
+ */
1113
+ if (frame_err && chan->fmtinfo->fourcc != V4L2_PIX_FMT_Y12I)
1214
buf->vb2_state = VB2_BUF_STATE_ERROR;
1315
else

0 commit comments

Comments
 (0)