There was an error while loading. Please reload this page.
1 parent 457f627 commit 6b4b82eCopy full SHA for 6b4b82e
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 Y12I frame_err workaround once Y12I hardware/firmware reports
11
-+ * frame_err correctly (no false positives during Y12I streaming).
++ /* TODO: Remove Y12I frame_err workaround once Y12I is fixed
++ * Currently there is a black-bar at the bottom of the frame.
12
+ */
13
+ if (frame_err && chan->fmtinfo->fourcc != V4L2_PIX_FMT_Y12I)
14
buf->vb2_state = VB2_BUF_STATE_ERROR;
0 commit comments