Skip to content

Commit 6b4b82e

Browse files
authored
Update 0003-Fix-y12i-calibration-stream.patch
1 parent 457f627 commit 6b4b82e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

99
- if (frame_err)
10-
+ /* TODO: Remove Y12I frame_err workaround once Y12I hardware/firmware reports
11-
+ * frame_err correctly (no false positives during Y12I streaming).
10+
+ /* TODO: Remove Y12I frame_err workaround once Y12I is fixed
11+
+ * Currently there is a black-bar at the bottom of the frame.
1212
+ */
1313
+ if (frame_err && chan->fmtinfo->fourcc != V4L2_PIX_FMT_Y12I)
1414
buf->vb2_state = VB2_BUF_STATE_ERROR;

0 commit comments

Comments
 (0)