media: rockchip: isp: fix wait timeout with thunderboot

Change-Id: Ied63c17c68e1cd565a3f246655fa9ec66be638b3
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2024-01-02 11:43:44 +08:00
committed by Tao Huang
parent 10ed38ef37
commit f8d9b2d3b4

View File

@@ -1948,6 +1948,9 @@ static void rkisp_start_3a_run(struct rkisp_device *dev)
return;
v4l2_event_queue(vdev, &ev);
/* thunderboot no need to wait aiq first param */
if (dev->is_pre_on)
return;
/* rk3326/px30 require first params queued before
* rkisp_params_configure_isp() called
*/