mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
media: rockchip: isp: fix buf config for isp20 and isp21
Change-Id: Ide1a32188009c4506f47648fc00f6430178851d6 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -356,7 +356,7 @@ void rkisp_config_dmatx_valid_buf(struct rkisp_device *dev)
|
||||
if (!isp ||
|
||||
(isp && !(isp->isp_inp & INP_CSI)))
|
||||
continue;
|
||||
for (j = RKISP_STREAM_DMATX0; j < RKISP_MAX_STREAM; j++) {
|
||||
for (j = RKISP_STREAM_DMATX0; j <= RKISP_STREAM_DMATX3; j++) {
|
||||
stream = &isp->cap_dev.stream[j];
|
||||
if (!stream->linked || stream->curr_buf || stream->next_buf)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user