Revīziju grafs

2781 Revīzijas

Autors SHA1 Ziņojums Datums
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
Karthik Anantha Ram
3d3636beb9 msm: camera: isp: Use default epoch config for SFE use-cases
Skip epoch height config from userland for CSID CAMIF, if
they are not subscribed for as primary events in non-SFE
use-cases.

CRs-Fixed: 3306019
Change-Id: I08546d568661cbf040dbb22c3bc9d4e92cec332b
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-10-21 09:06:16 -07:00
Karthik Anantha Ram
8737f407d3 msm: camera: isp: Improve debug infrastructure
Address enabling CSID IRQs on SOF freeze. Enable the input
IRQ events when state machine encounters congestion as well.

CRs-Fixed: 3309151
Change-Id: Ib7611167444a795dd14339cb689a0e116e30b5fd
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-10-21 09:06:09 -07:00
hchintal
fabd2314a9 Snap for drop 10/18/2022 mainline 863 LA.VENDOR.13.2.0.AU335
camera-kernel:
ccf5fdb Merge "msm: camera: isp: Fix return conditions in csid" into camera-kernel.lnx.dev"
84fea17 Merge "msm: camera: common: Enhance timestamp printing in camera" into camera-kernel.lnx.dev"
6e62bec Merge "msm: camera: common: Add log mask for sensor util" into camera-kernel.lnx.dev".

Change-Id: I1fe6a54d67864fe42f6ff661d145df0fa7cb597e
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-18 22:06:06 -07:00
Mukund Madhusudan Atre
9a76a579d7 msm: camera: isp: Fix return conditions in csid
Fix return conditions leading to structurally dead code in csid.

CRs-Fixed: 3306112, 3306117
Change-Id: Id6716f970186756be4c6d879335f2630cecf403c
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-10-18 21:36:24 -07:00
Mukund Madhusudan Atre
55f49dc3ab msm: camera: common: Enhance timestamp printing in camera
Add precision to nanosecond part of monotonic timestamps.
Update delimiters between second and nanosecond values.

CRs-Fixed: 3307225
Change-Id: I4e7aab0ea9256c2ff769a87c3873002d715ed3c9
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-10-18 21:36:17 -07:00
Mukund Madhusudan Atre
4d9af96315 msm: camera: common: Add log mask for sensor util
Add separate log mask for sensor util. Update i3c device id
logs to show device node name as well.

CRs-Fixed: 3258478
Change-Id: I5bdacc17fc39ee4b2491907ddb02234af2edd767
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-10-18 21:36:11 -07:00
Savita Patted
8970917933 Snap for drop 10/17/2022 mainline 862 LA.VENDOR.13.2.0.AU335.
Change-Id: I2579f6cabdaaa4aadf8b785a16ac95a4ff2d4616
Signed-off-by: Savita Patted <quic_spatted@quicinc.com>
2022-10-18 15:36:13 -07:00
hchintal
fcf90accc8 Snap for drop 10/13/2022 mainline 860 LA.VENDOR.13.2.0.AU335
camera-kernel:
8daf48b Merge "msm: camera: sync: Fix out-of-bounds access in sync create and release" into camera-kernel.lnx.dev
0267cab Merge "msm: camera: cdm: Remove redundant if condition in cdm util" into camera-kernel.lnx.dev
081d383 Merge "msm: camera: reqmgr: Reset the sync mode of sync link" into camera-kernel.lnx.dev.

Change-Id: Ied65256ede27cf016ae0730e553f44a1dec146d8
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-13 16:36:20 -07:00
Joshua Florez
380923cd39 msm: camera: cdm: Remove redundant if condition in cdm util
Removes if statement condition that would always evaluate
to false.

CRs-Fixed: 3300441
Change-Id: Ia5e68cdcf28dedd8e38c06feb475340fec7d4d9e
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-10-13 16:06:42 -07:00
Joshua Florez
80f048e0b7 msm: camera: sync: Fix out-of-bounds access in sync create and release
Fixes an out-of-bounds access caused by pointer casting in sync create
and sync release functions.

CRs-Fixed: 3309201
Change-Id: I2e206eeab59f627d0f724362483899cdecd14324
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-10-13 16:06:37 -07:00
Depeng Shao
bdab75eba2 msm: camera: reqmgr: Reset the sync mode of sync link
Sometimes current link has reset the slot, but the corresponding
sync slot hasn't been processed, then sync link won't get the
corresponding slot. This change reset the sync mode of sync slot.

CRs-Fixed: 3305718
Change-Id: I6f826fe32edfabe74986fc0586a29e2060412b82
Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
2022-10-13 16:06:30 -07:00
hchintal
d5acec1db8 Snap for drop 10/07/2022 mainline 856 LA.VENDOR.13.2.0.AU335
camera-kernel:
ede8d6b Merge "msm: camera: core: fix the compilation error" into camera-kernel.lnx.dev
838dece Merge "msm: camera: icp: Always dump HW Info when requested by LDAR dump" into camera-kernel.lnx.dev
d57e5af Merge "msm: camera: icp: Add LDAR support for wait and pending lists" into camera-kernel.lnx.dev
61b13aa Merge "msm: camera: isp: Add check for pending requests for LDAR dump" into camera-kernel.lnx.dev.

Change-Id: Idcd740ac53eb9fe99b9120097326bb73f54ec74d
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-07 17:06:20 -07:00