提交图

2743 次代码提交

作者 SHA1 备注 提交日期
chengxue
db2aba9fbd msm: camera: isp: Add top irq mask for csi rx of csid lite
If use csid lite, the csi phy rx irq doesn't set correct top irq
mask value while register dependent, and if error happens on csi
phy, we cannot stop csi rx and disable irq lead to irq storm and
phone crash.

CRs-Fixed: 3339444
Change-Id: Iae2fe4c40959b913959445a6f1631b7acf48b4af
Signed-off-by: chengxue <quic_chengxue@quicinc.com>
2022-12-06 11:36:34 -08:00
Depeng Shao
f68c008e5c msm: camera: isp: Reset the out of sync count
Reset the out of sync count once VFE can get valid
SOF irq.

CRs-Fixed: 3311867
Change-Id: I1671cb03616fba89597e2fe7d2d37c310fa20102
Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
2022-12-06 11:36:26 -08:00
mingpan
9ce2d9e82a msm: camera: cci: Make cci can be realesed when cci status is negative
Make MSM_CCI_RELEASE command can be executed even if CCI status is
negative. When IIC meets NACK error, CCI status will be set to
negative state. But in function cam_cci_core_cfg, if CCI status is
negative, then the command will not be executed, and the return value
of function camera_io_release is never checked, so we do nothing
even if cam_cci_release is not executed, if all MSM_CCI_INIT cmd
is executed successfully but one or more MSM_CCI_RELEASE cmd is not
executed, the streamon_clients of cpas will never be reduced to 0
and cpas will never be powered off.

CRs-Fixed: 3316756
Change-Id: I7f3d8d4e604f5a41983f1419ccc8b5817b199740
Signed-off-by: mingpan <quic_mingpan@quicinc.com>
2022-12-06 11:36:17 -08:00
Depeng Shao
d629bef360 msm: camera: isp: Don't report bubble if req is applied after SOF
We may apply req in between SOF and EPOCH due to workqueue delay,
then we will apply default setting in same frame, it will cause
the buf done of the following frame is delayed one frame in SHDR
usecase. This change avoids to report bubble for that case.

CRs-Fixed: 3325004
Change-Id: I1a3ae198466fde6390245a55f0f695649741bd62
Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
2022-12-06 11:36:10 -08:00
Savita Patted
a67c53b1d6 Snap for drop 12/02/2022 mainline 892 LA.VENDOR.13.2.0.AU398
camera-kernel:
a1e5f2c Merge "msm: camera: isp: Remove logically dead code in VFE" into camera-kernel.lnx.dev.

Change-Id: I3fbdcbfb1c59a2344cf126a24c0a64ccb00748fe
Signed-off-by: Savita Patted <quic_spatted@quicinc.com>
2022-12-02 20:03:42 -08:00
Joshua Florez
ef4cdf5ba0 msm: camera: isp: Remove logically dead code in VFE
Removes dead code in VFE top.

CRs-Fixed: 3332786
Change-Id: I0a0a01994d7c75d415d18c81ed1fd8f4213bfdb7
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-12-02 17:36:09 -08:00
Savita Patted
2cb310a737 Snap for drop 12/01/2022 mainline 891 LA.VENDOR.13.2.0.AU398
camera-kernel:
4ef59a9 Merge "msm: camera: isp: Fixing uncheck subtraction in ife csid" into camera-kernel.lnx.dev

Change-Id: Ib45a01f956452f89d7716d2ba325fadf0a100afb
Signed-off-by: Savita Patted <quic_spatted@quicinc.com>
2022-12-01 16:36:14 -08:00
Yash Upadhyay
9d36da63fc msm: camera: isp: Fixing uncheck subtraction in ife csid
As per current code, csid rx side phy_sel is indexed from 1 but on
csiphy side we consider indexing from 0. So, while notifying csiphy
we need to do correct scalling. This change will fix uncheck subtraction
by adding parameter in target files which will take care of any base
used for phy selection.

CRs-Fixed: 3314104
Change-Id: I4294830a099417b944406171348aae497c41611c
Signed-off-by: Yash Upadhyay <quic_yupadhya@quicinc.com>
2022-12-01 16:06:12 -08:00
Savita Patted
630ecd91ce Snap for drop 11/29/2022 mainline 889 LA.VENDOR.13.2.0.AU398
camera-kernel:
ae1ec83 Merge "msm: camera: sensor: Infrastructure to support OIS FW download V2" into camera-kernel.lnx.dev
ca12a04 Merge "msm: camera: isp: Correcting parameters in csid function call" into camera-kernel.lnx.dev
e81ec5d Merge "msm: camera: sync: Increase max synx handles" into camera-kernel.lnx.dev
c94ba2a Merge "msm: camera: sync: Fix synx compilation issues" into camera-kernel.lnx.dev
f4efaab Merge "dt-bindings: camera: Add mask for HW based clock scaling" into camera-kernel.lnx.dev
15ef7b7 Merge "msm: camera: cpas: Fix drv based bw voting and enhance debugging" into camera-kernel.lnx.dev
8ef50a9 Merge "msm: camera: cpas: Add support for drv bw override" into camera-kernel.lnx.dev
623c16c msm: camera: common: Remove logically dead code.

Change-Id: Iaf86a30a9eb8f46b570ab6158d90bac511fcf056
Signed-off-by: Savita Patted <quic_spatted@quicinc.com>
2022-11-29 19:06:09 -08:00
Karthik Anantha Ram
b997fec06f msm: camera: sync: Fix synx compilation issues
Fix synx compilation dependencies for pineapple.

CRs-Fixed: 3343701
Change-Id: Ie7d69b1bd70de4354af12a0cb0a2c44ecaf79135
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-11-29 17:36:49 -08:00
Karthik Anantha Ram
6d53b197fb msm: camera: sync: Increase max synx handles
Increase max sync handles that can be created per
camera synx session to 256.

CRs-Fixed: 3343701
Change-Id: I5c02e6693056df302d1c0fe7005f3278ae752f45
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-11-29 17:36:44 -08:00
Mukund Madhusudan Atre
2a48091a63 dt-bindings: camera: Add mask for HW based clock scaling
Add mask for camera clock drv.

CRs-Fixed: 3294948
Change-Id: If7ad9cb1476603e188dbe16daad31b3c0740cf02
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-11-29 17:36:38 -08:00
Mukund Madhusudan Atre
20e8ba235d msm: camera: cpas: Fix drv based bw voting and enhance debugging
Currently, we vote the drv bw before enabling clocks, which results
in channel switch based issues when ife is the first stream on client.
Also, the same needs to be taken care during stream off. In addition
to that, the stop bw vote for drv scenario is not propagated through
the camnoc tree correctly, causing non-zero bw to be voted during
stream off. Fix bw apply order and make sure drv bw is propagated
correctly during stop. Also, add a check to ensure all mnoc bws are
zero when the final cpas client issues stop. Enahnce cpas dump to
include debugging inside the camnoc tree.

CRs-Fixed: 3065551
Change-Id: I411870140036bfb33bb4555259f173d5f0c639d8
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-11-29 17:36:33 -08:00
Mukund Madhusudan Atre
a1ec987611 msm: camera: cpas: Add support for drv bw override
Add support to override ddr drv high and low bw values that
are voted to interconnect.

CRs-Fixed: 3065551
Change-Id: I3f0585f1dd0fd61fcf136487596727d890eecb65
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-11-29 17:36:27 -08:00
Yulei Yao
8202146af3 msm: camera: sensor: Infrastructure to support OIS FW download V2
Add 16 bit data read/write. Add new FW information
cmd parser. Add new FW download v2. Force CCI burst/
sequential write to be queued into Q0.

CRs-Fixed: 3322287
External Impact: No.

Change-Id: I8a1ea42b01a3748f466a9bc6083a799b939e6d02
Signed-off-by: Yulei Yao <quic_yuleiy@quicinc.com>
2022-11-29 17:36:22 -08:00
Yash Upadhyay
2c9200df57 msm: camera: isp: Correcting parameters in csid function call
Currently we are passing integer pointer instead of array, correcting
calling parameter in ife csid on cam_irq_controller_register_dependent
api call.

CRs-Fixed: 3310178
Change-Id: Ib4174d402c0cec13bc165dc716910f1e04d84a73
Signed-off-by: Yash Upadhyay <quic_yupadhya@quicinc.com>
2022-11-29 17:36:16 -08:00
Joshua Florez
337721da5f msm: camera: common: Remove logically dead code
Removes logically dead code from various locations.

CRs-Fixed: 3325322
Change-Id: I2bfebbeb50cb6179bea8f02292027dab1d7f6e9b
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-11-29 17:36:09 -08:00
hchintal
7a6b101645 Snap for drop 11/21/2022 mainline 885 LA.VENDOR.13.2.0.AU398.
Change-Id: I9e775728300c5b6b71db20e689e1bfae81ae7dd6
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-11-21 23:45:47 -08:00
hchintal
ca7ed3ef57 Snap for drop 11/18/2022 mainline 884 LA.VENDOR.13.2.0.AU398
Camera-kernel:
319003a Merge "msm: camera: common: Remove dead code from the camera driver" into camera-kernel.lnx.dev.

Change-Id: I518c0411a0a4b8949dccb4aa3715e86ef4b044c5
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-11-21 23:45:40 -08:00
Chandan Kumar Jha
bdc7e0866b msm: camera: common: Remove dead code from the camera driver
Remove dead code from the camera driver.

CRs-Fixed: 3328154
Change-Id: I7dea63fed8f6c35825db079f89f8c34f6730f155
Signed-off-by: Chandan Kumar Jha <quic_cjha@quicinc.com>
2022-11-21 23:45:34 -08:00
hchintal
c7fa93a91c Snap for drop 11/18/2022 mainline 883 LA.VENDOR.13.2.0.AU398
Camera-kernel:
d8184d3 Merge "msm: camera: sensor: Update slave address for i2c sensor client" into camera-kernel.lnx.dev
74c3a71 Merge "msm: camera: icp: Change frame_found to frm_idx" into camera-kernel.lnx.dev.

Change-Id: I4378855d91fe714039dacc35daf4f9dd0d037372
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-11-21 23:45:27 -08:00
Ridhi Shah
cb494d6560 msm: camera: sensor: Update slave address for i2c sensor client
Get slave address from user mode and update in i2c info structure.

CRs-Fixed: 3244380
Change-Id: I85bbe07927cfe072f2640cd632505fd6a168133c
Signed-off-by: Ridhi Shah <quic_ridhshah@quicinc.com>
2022-11-21 23:45:20 -08:00
Petar Ivanov
6df5f0d8d2 msm: camera: icp: Change frame_found to frm_idx
Resolve possible array out of bounds issue.
Add break in the if for better readibility.

CRs-Fixed: 3298809
Change-Id: I3fb2085df073f4ba0530d3441344cf5b99a83f31
Signed-off-by: Petar Ivanov <quic_pivanov@quicinc.com>
2022-11-18 11:06:08 -08:00
hchintal
cd37f755fe Snap for drop 11/15/2022 mainline 881 LA.VENDOR.13.2.0.AU398
Camera-kernel:
dc75cf3 Merge "msm: camera: isp: Add check for rc before overwriting" into camera-kernel.lnx.dev
b3677c1 Merge "msm: camera: isp: Remove unncessary rc assignments" into camera-kernel.lnx.dev.

Change-Id: I510ed19c2554bd3f7a280188536602358524872a
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-11-16 14:14:21 -08:00
Joshua Florez
175622f3eb msm: camera: isp: Remove unncessary rc assignments
Removes unnecessary rc assignments since they were not
being checked and there are already logs in the called
functions in case of error.

CRs-Fixed: 3322998
Change-Id: I3a087dea790b688956de34fd4a76911261293629
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-11-16 14:14:20 -08:00
Joshua Florez
e2383abcf0 msm: camera: isp: Add check for rc before overwriting
Adds a check for rc in case of VFE process cmd failure
during cam_ife_mgr_start_hw function.

CRs-Fixed: 3317130
Change-Id: I686828ed5593aeaae6e00bb2435df32b27a2a9bd
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-11-16 14:14:20 -08:00
hchintal
b4519a06ee Snap for drop 11/14/2022 mainline 880 LA.VENDOR.13.2.0.AU398.
Change-Id: Ib1f7f33a78ee8102bf3c1ec48010a5152545fd15
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-11-16 14:14:20 -08:00
Abhijit Trivedi
7f3c540b78 Catch up diff
Change-Id: Ie11e070d33e9dc83e96f7ae783fcc2e5e0273a40
Signed-off-by: Abhijit Trivedi <quic_abhijitt@quicinc.com>
2022-11-16 14:14:20 -08:00
hchintal
0daca91448 Snap for drop 11/09/2022 mainline 877 LA.VENDOR.13.2.0.AU398.
Change-Id: I9041b36846953ded4043b4301284e30052ecbb83
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-11-11 12:33:17 -08:00
hchintal
79a8f87bd1 Snap for drop 11/07/2022 mainline 875 LA.VENDOR.13.2.0.AU335
camera-kernel:
269a02d Merge "msm: camera: common: Fix return conditions in the camera driver" into camera-kernel.lnx.dev
c5dc6c2 Merge "msm: camera: reqmgr: Fix for uninitialized scalar variable" into camera-kernel.lnx.dev
d653140 Merge "msm: camera: csid: Use function return value for error" into camera-kernel.lnx.dev
3b5d776 Merge "msm: camera: isp: Classify sfe bw vote info correctly" into camera-kernel.lnx.dev
1c5a08f Merge "msm: camera: reqmgr: Update frame timeout value" into camera-kernel.lnx.dev
437fee1 Merge "msm: camera: cpas: Add support to turn on optional clks" into camera-kernel.lnx.dev
7ca9482 Merge "msm: camera: cpas: Update query cap to support domain id" into camera-kernel.lnx.dev
e8bb141 Merge "msm: camera: uapi: Add new query cap and domain id structures" into camera-kernel.lnx.dev.

Change-Id: I59c44d4b2a4988215fdc692fe6f845c81d57b6f3
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-11-11 12:33:13 -08:00
Chandan Kumar Jha
92dda935d8 msm: camera: common: Fix return conditions in the camera driver
Fix return conditions in the camera driver.

CRs-Fixed: 3324123
Change-Id: I24b95dc8972fea4541ba01efe1b616062cd144ed
Signed-off-by: Chandan Kumar Jha <quic_cjha@quicinc.com>
2022-11-11 12:33:06 -08:00
Li Sha Lim
28ed69bb34 msm: camera: cpas: Add support to turn on optional clks
This change is needed for domain id feature support.

When a PHY and its lanes for a particular CSID are
protected in a secure session, the same for other
unused CSIDs are to be protected as well. This is
to prevent other CSIDs from tapping the data streaming
onto those lanes if they share the same PHY.

For this, the clocks for other CSIDs (eg CSID-Lite)
need to be turned on. Given that the existing driver
turns on the clocks for the CSID in use, and that
this clock information is embedded within the CSID
hw blocks, these clocks are now exposed as optional
clocks to CPAS to enable the PHY driver to turn them
on during streamon for secure session.

CRs-Fixed: 3304650
Change-Id: I1415e78467208b6b4a74223521d964a199288857
Signed-off-by: Li Sha Lim <quic_lishlim@quicinc.com>
2022-11-11 12:31:05 -08:00
Pavan Kumar Chilamkurthi
afaad38b36 msm: camera: utils: Fix compilation error due to missing param
With more restricted compilation flags, void parameter is
needed in funciton prototype if no other args exist.

CRs-Fixed: 3306362
Change-Id: I7cdc7d56ff0a5bf5e626ff964dd284faae424bc1
Signed-off-by: Pavan Kumar Chilamkurthi <quic_pchilamk@quicinc.com>
2022-11-03 13:15:22 -07:00
hchintal
4245a34c62 Snap for drop 10/27/2022 mainline 869 LA.VENDOR.13.2.0.AU335
camera-kernel:
a4c33ff Merge "msm: camera: sync: Add support for synx objects" into camera-kernel.lnx.dev
48141ad Merge "msm: camera: uapi: Add support for using synx objects" into camera-kernel.lnx.dev
ff86809 Merge "msm: camera: sensor: Fix null ptr deference issue in eeprom driver" into camera-kernel.lnx.dev
722d283 Merge "msm: camera: cpas: Remove unused variable assignment" into camera-kernel.lnx.dev
782f761 Merge "msm: camera: sensor: Correct TPG hw reset bit" into camera-kernel.lnx.dev
05c94fd Merge "msm: camera: sensor: Add tpg hw layer for lanai target" into camera-kernel.lnx.dev
6684f16 Merge "msm: camera: sensor: Add changes for XCFA in TPG" into camera-kernel.lnx.dev.

Change-Id: I6010550201f888a2d67d642c833aea89a033d8f1
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-27 17:36:05 -07:00
Shravan Nevatia
b221d7b528 msm: camera: sensor: Fix null ptr deference issue in eeprom driver
Fix subdev struct initialization in eeprom driver's component unbind
to avoid null pointer dereference in the I2C driver.

Change-Id: Idff09fb2b20fd35ffe75a29996ddc427eff2d3e5
CRs-Fixed: 3318035
Signed-off-by: Shravan Nevatia <quic_snevatia@quicinc.com>
2022-10-27 17:06:41 -07:00
Petar Nedev
f22f48c91f msm: camera: sync: Add support for synx objects
Add support to create, release, signal and import a synx object
using the existing generic fence operations. Handle signaling of
underlying synx object when a sync object is signaled & vice versa.

CRs-Fixed: 3317280
Change-Id: Ia6fac6eb732ed7091ec62f04875bdb30d88c8676
Signed-off-by: Petar Nedev <quic_pnedev@quicinc.com>
2022-10-27 17:06:36 -07:00
Joshua Florez
c5035ff7d8 msm: camera: cpas: Remove unused variable assignment
Removes an assignment to the path_found variable that would
immediately be overwritten because of a continue.

CRs-Fixed: 3320785
Change-Id: I73cef3065a657e070d1173710f49cff8457066e2
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-10-27 17:06:30 -07:00
Petar Nedev
a9b45021cc msm: camera: uapi: Add support for using synx objects
This change adds synx object support for all fence ops.

CRs-Fixed: 3317280
Change-Id: Id370a9fdb3155378c61a84dde2fa849a993ec6a2
Signed-off-by: Petar Nedev <quic_pnedev@quicinc.com>
2022-10-27 17:06:24 -07:00
Rishab Garg
3ae6e71b78 msm: camera: sensor: Correct TPG hw reset bit
Correct TPG hw reset bit for lanai hw layer.

CRs-Fixed: 3317477
External Impact: No
Change-Id: I101600b30f3a23b5edafadfa588e674fd3f4f578
Signed-off-by: Rishab Garg <quic_rishabg@quicinc.com>
2022-10-27 17:06:19 -07:00
Rishab Garg
b35f65ac17 msm: camera: sensor: Add tpg hw layer for lanai target
Add tpg hw layer for lanai target.

CRs-Fixed: 3308233
External Impact: No
Change-Id: Id3f5da6bc891840d4d00d0f4ef3db8a4a5a4cd74
Signed-off-by: Rishab Garg <quic_rishabg@quicinc.com>
2022-10-27 17:06:13 -07:00
Rishab Garg
9cbc7cd024 msm: camera: sensor: Add changes for XCFA in TPG
Add generic changes to support RGBIR, 3x3 and 4x4
XCFA from TPG XML.

CRs-Fixed: 3175994
External Impact: No
Change-Id: I129e20eb5db2bf2f168202f4854de62926eb613b
Signed-off-by: Rishab Garg <quic_rishabg@quicinc.com>
2022-10-27 17:06:07 -07:00
hchintal
80f7e36a9e Snap for drop 10/26/2022 mainline 868 LA.VENDOR.13.2.0.AU335
camera-kernel:
a7cf1df Merge "msm: camera: isp: Add missing in switch case in CSID Driver" into camera-kernel.lnx.dev.

Change-Id: I3cf893254cfd282a0651f46d2c2be53d402e0cc5
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-26 18:36:05 -07:00
Gaurav Jindal
14e947c51d msm: camera: isp: Add missing in switch case in CSID Driver
This commit adds missing break in switch while selecting
the phy values for CSID.

Change-Id: I901e8715861f70ec59e34d64b7d553ca9d747b8f
CRs-Fixed: 3307427
Signed-off-by: Gaurav Jindal <quic_gjindal@quicinc.com>
2022-10-26 17:06:07 -07:00
hchintal
d4e151eaf7 Snap for drop 10/21/2022 mainline 866 LA.VENDOR.13.2.0.AU335
camera-kernel:
49f3e8a Merge "msm: camera: icp: Add OFE Kernel Driver" into camera-kernel.lnx.dev
2a337aa Merge "msm: camera: isp: Add return condition in vfe bus" into camera-kernel.lnx.dev.

Change-Id: I5dd8f6d0f93a886f300a812261be4635d10e9685
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-21 16:36:05 -07:00
Sokchetra Eung
df4373f69f msm: camera: icp: Add OFE Kernel Driver
Create OFE HW layer which contains device, soc, and core files.
Device file provides the prob functionality and OFE dev interface
to ICP HW MGR. Core file provides HW related functionalities such
as PC, reset, init/deinit hw, etc. Soc file provides intermediate
functions to utilize camera soc APIs such as DT parsing, Clock
update, etc.

Modify Kbuild to include compilation of the source files. Update
camera main file to invoke ofe init module function during camera
module init. Update camera main header file to allow CRM to match
OFE driver for component bind.

Update OFE HW register addresses such as power status/power ctrl,
reset, irq, etc.

CRs-Fixed: 3266673
Change-Id: I97efe095801b1b42e9de07aeba6f26112cb8f92b
Signed-off-by: Sokchetra Eung <quic_eung@quicinc.com>
2022-10-21 16:06:13 -07:00
Joshua Florez
f3583a8e38 msm: camera: isp: Add return condition in vfe bus
Adds a return condition for wm failure in vfe bus ver3.

CRs-Fixed: 3316560
Change-Id: I6e8792509b2a6f4276f15bce8bcf221a7bdfdcd7
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-10-21 16:06:06 -07:00
hchintal
abf5a61da5 Snap for drop 10/21/2022 mainline 865 & 864 LA.VENDOR.13.2.0.AU335
camera-kernel:
df13e6f Merge "msm: camera: cpas: Fix cpas debug settings parameter" into camera-kernel.lnx.dev
de81299 Merge "msm: camera: isp: Improve debug infrastructure" into camera-kernel.lnx.dev
cd88a7f Merge "msm: camera: isp: Add go cmd per CSID/IFE for offline" into camera-kernel.lnx.dev
cd48aea Merge "msm: camera: isp: Use default epoch config for SFE use-cases" into camera-kernel.lnx.dev
b4032c3 Merge "msm: camera: icp: Add new HFI property for ram dumps" into camera-kernel.lnx.dev.

Change-Id: If86412cb53664a24894de06b41fea05064e6aa1f
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-21 09:36:18 -07:00
Mukund Madhusudan Atre
e95f4ba274 msm: camera: cpas: Fix cpas debug settings parameter
Fix cpas debug settings which points to incorrect mnoc port.

CRs-Fixed: 3292586
Change-Id: Ic84b8c9e4f23564f063622ae70efd71ce554f8f3
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-10-21 09:06:33 -07:00
Karthik Anantha Ram
0334099592 msm: camera: isp: Add go cmd per CSID/IFE for offline
Configure go_cmd once per CSID/IFE, irrespective of the base
index.

CRs-Fixed: 3309163
Change-Id: Iee2d876ff9351e92c96aecd8f12b968f56f01cde
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-10-21 09:06:28 -07:00
Karthik Anantha Ram
fe0a275903 msm: camera: icp: Add new HFI property for ram dumps
Add new property to configure FW ram dump level.
It is disabled by default.

CRs-Fixed: 3261717
Change-Id: I58db96929d9887a130ce5d7edb9bb13383a342f8
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-10-21 09:06:23 -07:00