Browse Source

msm: camera: cpas: Enable JPEG OT update

This change enables JPEG OT update.

CRs-Fixed: 3395774
Change-Id: Ie080dfae67c8bab2e4eabbb044f227df3d525f10
Signed-off-by: Depeng Shao <[email protected]>
Depeng Shao 2 năm trước cách đây
mục cha
commit
ef9248717e
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      drivers/cam_cpas/cpas_top/cpastop_v880_100.h

+ 5 - 5
drivers/cam_cpas/cpas_top/cpastop_v880_100.h

@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
- * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 #ifndef _CPASTOP_V880_100_H_
@@ -747,18 +747,18 @@ static struct cam_camnoc_specific
 			.value = 0x2,
 		},
 		.qosgen_shaping_low = {
-			.enable = false,
+			.enable = true,
 			.access_type = CAM_REG_TYPE_READ_WRITE,
 			.masked_value = 0,
 			.offset = 0x70A0, /* JPEG : NOC_NRT_1_QOSGEN_SHAPING_LOW */
-			.value = 0x0,
+			.value = 0x10101010,
 		},
 		.qosgen_shaping_high = {
-			.enable = false,
+			.enable = true,
 			.access_type = CAM_REG_TYPE_READ_WRITE,
 			.masked_value = 0,
 			.offset = 0x70A4, /* JPEG : NOC_NRT_1_QOSGEN_SHAPING_HIGH */
-			.value = 0x0,
+			.value = 0x10101010,
 		},
 		.maxwr_low = {
 			.enable = false,