mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: ispp: tnr/nr/fec sync to start
Change-Id: I54efdb97cea33b4abd5ed5513f05c5d23af9d0a1 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -242,8 +242,7 @@ static void rkispp_queue_dmabuf(struct rkispp_hw_dev *hw, struct rkisp_ispp_buf
|
||||
spin_lock_irqsave(&hw->buf_lock, lock_flags);
|
||||
if (!dbufs)
|
||||
hw->is_idle = true;
|
||||
if (dbufs && list_empty(list) &&
|
||||
(hw->is_idle || hw->is_single)) {
|
||||
if (dbufs && list_empty(list) && hw->is_idle) {
|
||||
/* ispp idle or handle same device */
|
||||
buf = dbufs;
|
||||
} else if (hw->is_idle && !list_empty(list)) {
|
||||
|
||||
Reference in New Issue
Block a user