mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
media: rockchip: vicap: fixes cma can not alloc when capture raw
Signed-off-by: Su Yuefu <yuefu.su@rock-chips.com> Change-Id: Ib3752fd1a1f22345df91812bfe85225233a0217d
This commit is contained in:
@@ -286,7 +286,12 @@ static void sditf_free_buf(struct sditf_priv *priv)
|
||||
} else {
|
||||
rkcif_free_rx_buf(&cif_dev->stream[0], priv->buf_num);
|
||||
}
|
||||
cif_dev->is_thunderboot = false;
|
||||
if (cif_dev->is_thunderboot) {
|
||||
cif_dev->wait_line_cache = 0;
|
||||
cif_dev->wait_line = 0;
|
||||
cif_dev->wait_line_bak = 0;
|
||||
cif_dev->is_thunderboot = false;
|
||||
}
|
||||
}
|
||||
|
||||
static int sditf_get_selection(struct v4l2_subdev *sd,
|
||||
|
||||
Reference in New Issue
Block a user