msm: camera: cpas: Update QOS value for camera

Updating correct QOS values for Camera, based on HW
recommendation.

CRs-Fixed: 3509972
Change-Id: I10d8e6126fa0d82efbcff0daf927adaea1deb32b
Signed-off-by: Alok Chauhan <quic_alokc@quicinc.com>
This commit is contained in:
Alok Chauhan
2023-05-26 15:13:52 +05:30
committed by Sridhar Gujje
parent 3aa1230bdc
commit 5d7887b24d

View File

@@ -143,7 +143,7 @@ static struct cam_camnoc_specific
.access_type = CAM_REG_TYPE_READ_WRITE,
.masked_value = 0,
.offset = 0x8A30, /* TFE_BAYER_NIU_PRIORITYLUT_LOW */
.value = 0x55554433,
.value = 0x66665433,
},
.priority_lut_high = {
.enable = true,
@@ -157,7 +157,7 @@ static struct cam_camnoc_specific
.access_type = CAM_REG_TYPE_READ_WRITE,
.masked_value = 0,
.offset = 0x8A38, /* TFE_BAYER_NIU_URGENCY_LOW */
.value = 0x00001030,
.value = 0x1030,
},
.danger_lut = {
.enable = true,
@@ -219,7 +219,7 @@ static struct cam_camnoc_specific
.access_type = CAM_REG_TYPE_READ_WRITE,
.masked_value = 0,
.offset = 0x8C30, /* TFE_RDI_NIU_PRIORITYLUT_LOW */
.value = 0x55554433,
.value = 0x66665433,
},
.priority_lut_high = {
.enable = true,
@@ -233,7 +233,7 @@ static struct cam_camnoc_specific
.access_type = CAM_REG_TYPE_READ_WRITE,
.masked_value = 0,
.offset = 0x8C38, /* TFE_RDI_RAW_URGENCY_LOW */
.value = 0x00001030,
.value = 0x1030,
},
.danger_lut = {
.enable = true,
@@ -247,7 +247,7 @@ static struct cam_camnoc_specific
.access_type = CAM_REG_TYPE_READ_WRITE,
.masked_value = 0,
.offset = 0x8C48, /* TFE_RDI_NIU_SAFELUT_LOW */
.value = 0x000f,
.value = 0x0000000f,
},
.ubwc_ctl = {
/*
@@ -309,7 +309,7 @@ static struct cam_camnoc_specific
.access_type = CAM_REG_TYPE_READ_WRITE,
.masked_value = 0,
.offset = 0x8838, /* OFFLINE_WR_NIU_URGENCY_LOW */
.value = 0x00000030,
.value = 0x030,
},
.danger_lut = {
.enable = false,
@@ -385,7 +385,7 @@ static struct cam_camnoc_specific
.access_type = CAM_REG_TYPE_READ_WRITE,
.masked_value = 0,
.offset = 0x8638, /* OFFLINE_RD_NIU_URGENCY_LOW */
.value = 0x3,
.value = 0x003,
},
.danger_lut = {
.enable = false,
@@ -449,7 +449,7 @@ static struct cam_camnoc_specific
.access_type = CAM_REG_TYPE_READ_WRITE,
.masked_value = 0,
.offset = 0x8238, /* CRE_NIU_URGENCY_LOW */
.value = 0x33,
.value = 0x033,
},
.danger_lut = {
.enable = false,