|
@@ -272,7 +272,7 @@ static struct cam_camnoc_specific
|
|
|
.access_type = CAM_REG_TYPE_READ_WRITE,
|
|
|
.masked_value = 0,
|
|
|
.offset = 0xA30, /* IFE_LINEAR_PRIORITYLUT_LOW */
|
|
|
- .value = 0x66665433,
|
|
|
+ .value = 0x66666666,
|
|
|
},
|
|
|
.priority_lut_high = {
|
|
|
.enable = true,
|
|
@@ -413,7 +413,7 @@ static struct cam_camnoc_specific
|
|
|
.access_type = CAM_REG_TYPE_READ_WRITE,
|
|
|
.masked_value = 0,
|
|
|
.offset = 0x1430, /* IFE_RDI_WR_0_PRIORITYLUT_LOW */
|
|
|
- .value = 0x66665433,
|
|
|
+ .value = 0x66666666,
|
|
|
},
|
|
|
.priority_lut_high = {
|
|
|
.enable = true,
|
|
@@ -487,7 +487,7 @@ static struct cam_camnoc_specific
|
|
|
.access_type = CAM_REG_TYPE_READ_WRITE,
|
|
|
.masked_value = 0,
|
|
|
.offset = 0x1A30, /* IFE_UBWC_STATS_0_PRIORITYLUT_LOW */
|
|
|
- .value = 0x66665433,
|
|
|
+ .value = 0x66666666,
|
|
|
},
|
|
|
.priority_lut_high = {
|
|
|
.enable = true,
|
|
@@ -622,14 +622,14 @@ static struct cam_camnoc_specific
|
|
|
.access_type = CAM_REG_TYPE_READ_WRITE,
|
|
|
.masked_value = 0,
|
|
|
.offset = 0x2220, /* IPE0_RD_QOSGEN_SHAPING_LOW */
|
|
|
- .value = 0x13131313,
|
|
|
+ .value = 0x12121212,
|
|
|
},
|
|
|
.qosgen_shaping_high = {
|
|
|
.enable = true,
|
|
|
.access_type = CAM_REG_TYPE_READ_WRITE,
|
|
|
.masked_value = 0,
|
|
|
.offset = 0x2224, /* IPE0_RD_QOSGEN_SHAPING_HIGH */
|
|
|
- .value = 0x13131313,
|
|
|
+ .value = 0x12121212,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -690,19 +690,20 @@ static struct cam_camnoc_specific
|
|
|
.offset = 0x2308, /* IPE1_BPS_RD_QOSGEN_MAINCTL */
|
|
|
.value = 0x2,
|
|
|
},
|
|
|
+ // TITAN_A_CAMNOC_cam_noc_amm_nrt_niu_0_qosgen_Shaping_Low
|
|
|
.qosgen_shaping_low = {
|
|
|
.enable = true,
|
|
|
.access_type = CAM_REG_TYPE_READ_WRITE,
|
|
|
.masked_value = 0,
|
|
|
.offset = 0x2320, /* IPE1_BPS_RD_QOSGEN_SHAPING_LOW */
|
|
|
- .value = 0x24242424,
|
|
|
+ .value = 0x23232323,
|
|
|
},
|
|
|
.qosgen_shaping_high = {
|
|
|
.enable = true,
|
|
|
.access_type = CAM_REG_TYPE_READ_WRITE,
|
|
|
.masked_value = 0,
|
|
|
.offset = 0x2324, /* IPE1_BPS_RD_QOSGEN_SHAPING_HIGH */
|
|
|
- .value = 0x24242424,
|
|
|
+ .value = 0x23232323,
|
|
|
},
|
|
|
},
|
|
|
{
|