techpack: camera: cam_isp: Enlarge max_vfe_out_res expected size

Since 45dbb6c0cd, the camera kernel stack checks `num_ports` size from userspace.
For some reasons, the reported size is higher than what it expected [1]
This breaks some camera functionality (such as 60fps video recording) on yupik Xiaomi devices
To workaround this, let's enlarge the expected vfe size to match these cases

[1] 10-01 22:49:53.142 7430 7430 I CAM_ERR : CAM-ISP: cam_isp_update_dual_config: 129 num_ports 25 more than max_vfe_out_res 23

Change-Id: Id4ea44a07f5c50ea5a716e5910a7574d426a3515
Suggested-by: Alexander Winkowski <dereference23@outlook.com>
Signed-off-by: Giovanni Ricca <giovanniricca@proton.me>
This commit is contained in:
Giovanni Ricca 2022-10-02 09:53:10 +02:00
parent 04a60b1c00
commit 4c53013fde
No known key found for this signature in database

View file

@ -1171,7 +1171,7 @@ static struct cam_vfe_bus_ver2_hw_info vfe165_160_bus_hw_info = {
},
.top_irq_shift = 9,
.support_consumed_addr = false,
.max_out_res = CAM_ISP_IFE_OUT_RES_BASE + 23,
.max_out_res = CAM_ISP_IFE_OUT_RES_BASE + 25,
};
static struct cam_vfe_hw_info cam_vfe165_160_hw_info = {