mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
media: rockchip: isp: fix isp35 bls3
Change-Id: I926aa37dce705c81c021a5a84cc91b0a05e89674 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -347,7 +347,7 @@ isp_bls_config(struct rkisp_isp_params_vdev *params_vdev,
|
||||
}
|
||||
|
||||
new_control = isp3_param_read(params_vdev, ISP3X_BLS_CTRL, id);
|
||||
new_control &= (ISP_BLS_ENA | ISP32_BLS_BLS2_EN);
|
||||
new_control &= (ISP_BLS_ENA | ISP32_BLS_BLS2_EN | ISP35_BLS_BLS3_EN);
|
||||
if (arg->bls1_en)
|
||||
new_control |= ISP_BLS_BLS1_EN;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user