msm: camera: cpas: Update SafeLut values in CAMNOC QoS settings for Kona
Update SafeLut values for ife paths in CAMNOC QoS settings according to recommended settings in CAMNOC HPG. Change-Id: I12fa796757f4fe000e47ab2074c7ee88165864ab Signed-off-by: Mukund Madhusudan Atre <matre@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
f1135e91b9
commit
4f13d6fe1f
@@ -317,7 +317,7 @@ static struct cam_camnoc_specific
|
||||
.enable = true,
|
||||
.access_type = CAM_REG_TYPE_READ_WRITE,
|
||||
.offset = 0xA48, /* IFE_LINEAR_SAFELUT_LOW */
|
||||
.value = 0xFFF0,
|
||||
.value = 0x000F,
|
||||
},
|
||||
.ubwc_ctl = {
|
||||
/*
|
||||
@@ -407,7 +407,7 @@ static struct cam_camnoc_specific
|
||||
.enable = true,
|
||||
.access_type = CAM_REG_TYPE_READ_WRITE,
|
||||
.offset = 0x1448, /* IFE_RDI_WR_SAFELUT_LOW */
|
||||
.value = 0xFFF0,
|
||||
.value = 0x000F,
|
||||
},
|
||||
.ubwc_ctl = {
|
||||
/*
|
||||
@@ -452,7 +452,7 @@ static struct cam_camnoc_specific
|
||||
.enable = true,
|
||||
.access_type = CAM_REG_TYPE_READ_WRITE,
|
||||
.offset = 0x1A48, /* IFE_UBWC_STATS_SAFELUT_LOW */
|
||||
.value = 0xFFF0,
|
||||
.value = 0x000F,
|
||||
},
|
||||
.ubwc_ctl = {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user