mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: isp: add the config dvbm_init in wrap for isp32
Change-Id: I26cd2cf7227da418d49eea79663d4f01eb7eb0e2 Signed-off-by: Lian Xu <xu.lian@rock-chips.com>
This commit is contained in:
@@ -310,8 +310,8 @@ int rkisp_rockit_config_stream(struct rockit_cfg *input_rockit_cfg, int width, i
|
||||
pr_err("stream id %d config failed\n", stream->id);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
rkisp_dvbm_init(stream);
|
||||
if (stream->ispdev->cap_dev.wrap_line && stream->id == RKISP_STREAM_MP)
|
||||
rkisp_dvbm_init(stream);
|
||||
|
||||
if (stream->curr_buf) {
|
||||
list_add_tail(&stream->curr_buf->queue, &stream->buf_queue);
|
||||
|
||||
Reference in New Issue
Block a user