mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
media: rockchip: vicap fixes error of change to online with multi online
Change-Id: Icb4d148def061052085fba5f6f074e5dde523414 Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
@@ -1348,7 +1348,7 @@ static int sditf_s_rx_buffer(struct v4l2_subdev *sd,
|
||||
}
|
||||
|
||||
if (dbufs->is_switch && dbufs->type == BUF_SHORT) {
|
||||
if (stream->is_in_vblank) {
|
||||
if (stream->is_in_vblank || !stream->dma_en) {
|
||||
sditf_change_to_online(priv);
|
||||
rkcif_modify_line_int(stream, false);
|
||||
stream->is_line_inten = false;
|
||||
|
||||
Reference in New Issue
Block a user