mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user