Revīziju grafs

2781 Revīzijas

Autors SHA1 Ziņojums Datums
Petar Ivanov
c5aa5a71eb msm: camera: icp: Always dump HW Info when requested by LDAR dump
There is a possiblity to enter the function without any currently
active frames to dump. Even though the context info should be dumped.
In this case overwrite frame ts to 0 and dump the HW info.

CRs-Fixed: 3298809
Change-Id: Ide672f0ff8ac3f351fc4be1933bb23afbcf923f2
Signed-off-by: Petar Ivanov <quic_pivanov@quicinc.com>
2022-10-07 16:36:43 -07:00
Joshua Florez
d576b613dd msm: camera: isp: Add check for pending requests for LDAR dump
Adds a check for pending requests in the LDAR dump.

CRs-Fixed: 3286072
Change-Id: Iad73705ecde770902cc6dbe2fe69a09a220431cc
Signed-off-by: Joshua Florez <quic_jflorez@quicinc.com>
2022-10-07 16:36:38 -07:00
Petar Ivanov
94a49971d2 msm: camera: icp: Add LDAR support for wait and pending lists
When LDAR dump is triggered check for any remaining buffers in all
possible buffer lists in the ICP, in case of found buffers add their
info to the LDAR Dump.

CRs-Fixed: 3298809
Change-Id: I55d3780c7d789e3a77e78c9ef3ecffc9a36419f3
Signed-off-by: Petar Ivanov <quic_pivanov@quicinc.com>
2022-10-07 16:36:33 -07:00
Soumen Ghosh
d376c5da40 msm: camera: core: fix the compilation error
fix the compilation issue, of switch case where break statement was
missing.

Change-Id: Ibae74f966f13cea0e218c14caf9dafbb4bfb87cb
CRs-Fixed: 3306362
Signed-off-by: Soumen Ghosh <quic_soumeng@quicinc.com>
2022-10-07 16:36:12 -07:00
hchintal
7a2fa6244a Snap for drop 10/06/2022 mainline 855 LA.VENDOR.13.2.0.AU335
camera-kernel:
335bf34 Merge "msm: camera: reqmgr: Wait for the streaming of sync link" into camera-kernel.lnx.dev.

Change-Id: Iff623bdc7e2287f5e5fcbfc28932c47243edbe90
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-06 17:36:19 -07:00
Depeng Shao
b3545d7f20 msm: camera: reqmgr: Wait for the streaming of sync link
We should make sure the sync link has streamed on
when current req bigger than or equal to the next
req of sync link.

CRs-Fixed: 3305718
Change-Id: I571d0d7ce4ced723c8a4885a475e555f667fd923
Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
2022-10-06 17:36:13 -07:00
hchintal
61172db4a4 Snap for drop 10/05/2022 mainline 854 LA.VENDOR.13.2.0.AU335
camera-kernel:
e9e673d Merge "msm: camera: isp: Get default sys cache config from header" into camera-kernel.lnx.dev.

Change-Id: I1f3ffdd2b9c62e8b117157f1dbe928604730e6b0
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-06 13:06:27 -07:00
hchintal
125cce9b64 Snap for drop 10/04/2022 mainline 853 LA.VENDOR.13.2.0.AU335.
Change-Id: Ie38132d3bdd9715a3e5f70754ddd175ab91cd8b6
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-10-06 13:06:22 -07:00
Karthik Anantha Ram
efb793c72d msm: camera: isp: Get default sys cache config from header
Update sys cache config from header for all SFE versions.

CRs-Fixed: 3305569
Change-Id: Iba4470c93e541fb1d969b82eb0c1199b3b7eb7e1
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-10-06 13:06:14 -07:00
hchintal
a3bc34a3d1 Snap for drop 09/30/2022 mainline 851 LA.VENDOR.13.2.0.AU335
camera-kernel:
f67faa3 Merge "msm: camera: isp: Enhance debugfs for internal recovery" into camera-kernel.lnx.dev.

Change-Id: I3e4220ae5f298ed920f4cb91076ba3fb02a9b52e
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-09-30 16:06:05 -07:00
Karthik Anantha Ram
498959d579 msm: camera: isp: Enhance debugfs for internal recovery
Add bit mask to control internal recovery for different
scenarios independently.

CRs-Fixed: 3300310
Change-Id: Ie55a1517c5dd9c503152368d9a921132eeab7a76
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-09-30 15:36:22 -07:00
hchintal
ec8170ef47 Snap for drop 09/29/2022 mainline 850 LA.VENDOR.13.2.0.AU335
camera-kernel:
c329d71 Merge "msm: camera: isp: Handle the deferred buf done" into camera-kernel.lnx.dev
6f25b92 Merge "msm: camera: common: Remove shell commands from android makefiles" into camera-kernel.lnx.dev
be24cad Merge "msm: camera: common: Enhance error injection framework" into camera-kernel.lnx.dev
36814c2 Merge "msm: camera: icp: Symbols Renamed to Accommodate for OFE" into camera-kernel.lnx.dev.

Change-Id: Ieb0161d2eae6177350fe31ea2d4c4363d92a5577
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-09-29 15:36:11 -07:00
Sokchetra Eung
c87d8891b9 msm: camera: common: Enhance error injection framework
Update from error injection framework to event injection framework to
support PF event inducement and node event. Different set of user
input parameters are required dependent on which event to injection.

ICP and ISP support error event and page fault event injection. JPEG
supports node event and page fault event injection. However, buf done
error injection is only supported for JPEG and ICP.

Create a query API to check whether PF is fatal for a context bank.
Using the API, if PF is fatal, page fault event injection is not
supported for the device that owns the context bank.

Make change to JPEG context event callback handling to account for
various events including Event Injection event.

CRs-Fixed: 3210139
Change-Id: I582ee0bda8dbf631ece2522a5a8145f38ec71928
Signed-off-by: Sokchetra Eung <quic_eung@quicinc.com>
2022-09-29 15:06:49 -07:00
Sokchetra Eung
4e06429fc8 msm: camera: icp: Symbols Renamed to Accommodate for OFE
Rename symbols in ICP driver to accommodate for newly added
OFE driver. Symbols that specifically contain string "ipe_bps"
or "ipebps" are renamed to "dev" or "device" to make the symbol
generic and adaptable to any distinct HW names such as OFE.

CRs-fixed: 3266661
Change-Id: I141342e40d52cbb3c676389a13f1428435054913
Signed-off-by: Sokchetra Eung <quic_eung@quicinc.com>
2022-09-29 15:06:41 -07:00
Chandan Kumar Jha
1f4e9d51a6 msm: camera: isp: Handle the deferred buf done
Handle the deferred buf done in case of a back-to-back
bubble scenario.

CRs-Fixed: 3297235
Change-Id: I62a4fcd906742ffe20ad1648739528357870f20d
Signed-off-by: Chandan Kumar Jha <quic_cjha@quicinc.com>
2022-09-29 15:06:34 -07:00
Suraj Dongre
a97e0b887a msm: camera: common: Remove shell commands from android makefiles
Remove direct shell commands from Android makefiles to better make use
of android function definitions.
Also changes mmrm dependency to be based on whether or not the driver
is detected in the build before setting it as a dependency.

CRs-Fixed: 3298147
Change-Id: I0d5f2c9eb34ac635604c515638c9f00e29ae0b2a
Signed-off-by: Suraj Dongre <quic_sdongre@quicinc.com>
2022-09-29 15:06:25 -07:00
hchintal
b6b223b1ec Snap for drop 09/27/2022 mainline 848 LA.VENDOR.13.2.0.AU335
camera-kernel:
4944af1 Merge "msm: camera: common: disable regdump for ife in presil" into camera-kernel.lnx.dev.

Change-Id: I9762a3508c3c5461e6b90eb7d154acbb64fae89a
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-09-27 17:06:07 -07:00
Suraj Dongre
6f117823aa msm: camera: common: disable regdump for ife in presil
Added check to disable ife regdump in presil mode.

CRs-Fixed: 3298147
Change-Id: Iab5fe60e4746f93ceff3356fb4027a354d669b93
Signed-off-by: Suraj Dongre <quic_sdongre@quicinc.com>
2022-09-27 16:06:11 -07:00
hchintal
76c97b5566 Snap for drop 09/26/2022 mainline 847 LA.VENDOR.13.2.0.AU335
camera-kernel:
22aacc3 Merge "msm: camera: common: Update clk_get return check condition" into camera-kernel.lnx.dev.

Change-Id: I61c4f980e065e9bff0d5eb24a2536394382dae8e
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-09-26 23:36:17 -07:00
Mukund Madhusudan Atre
8198f7b8f4 msm: camera: common: Update clk_get return check condition
Currently, we are checking the clock struct pointer for NULL
returned from clk_get functions. certain critical clocks might
have NULL returned for clk pointer, since they are enabled during
boot itself. Update return check condition for err only and ignore
NULL value and skip its usage.

CRs-Fixed: 3296865
Change-Id: I5c1852f2348ae8aeeb0508a2f4a052a8c4f1989e
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-09-26 23:36:09 -07:00
hchintal
ffea2d3863 Snap for drop 09/22/2022 mainline 845 LA.VENDOR.13.2.0.AU335
camera-kernel:
6f931a6 Merge "msm: camera: reqmgr: Do not add session lock for sending req" into camera-kernel.lnx.dev
9ecc497 Merge "msm: camera: isp: Update register offset for CSID-880" into camera-kernel.lnx.dev.

Change-Id: I8497f0550f74ac96656ab7760079bf80e17e3b50
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-09-22 16:36:25 -07:00
Chandan Kumar Jha
2714e9a5b2 msm: camera: isp: Update register offset for CSID-880
Update register offset for CSID and CSID-Lite 880.

Discarding CSID secure register offset which is beginning
of reg space and not accessible from HLOS.

CRs-Fixed: 3291241
Change-Id: I693f85ef4f824e159f3fb0589b7d4bfc2148d000
Signed-off-by: Chandan Kumar Jha <quic_cjha@quicinc.com>
2022-09-22 16:36:19 -07:00
Depeng Shao
5f27447b24 msm: camera: reqmgr: Do not add session lock for sending req
The process_req is locked by session lock, then sub devices
on different links can't apply setting concurrently, it will
affect the performance for per frame req applying on bokeh
mode. This change removes the session lock for sending req
and adds it only for checking req ready.

CRs-Fixed: 3292804
Change-Id: I97025774ddb5f89fcc3a3d596921e1240a2d464c
Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
2022-09-22 16:36:11 -07:00
hchintal
b59f991ee9 Snap for drop 09/21/2022 mainline 844 LA.VENDOR.13.2.0.AU335
camera-kernel:
fccca9b Merge "msm: camera: actuator: Add the timestamp in different io config" into camera-kernel.lnx.dev
e26b02e Merge "msm: camera: isp: Correct offsets for SFE v880" into camera-kernel.lnx.dev.

Change-Id: I503812338d1e740af271fc8bb7394f03281badc2
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-09-21 18:36:44 -07:00
Wang Kan
b4b329c260 msm: camera: actuator: Add the timestamp in different io config
This change add the timestamp in different io config when read
actuator packet. In order to ensure the accuracy of the time dimension
of the data, the timestamp of the Kernel is returned synchronously when
read HALL data.

CRs-Fixed: 3244812
Change-Id: I2ddb9450108e2b0f47769c7b02078903c4f3812b
Signed-off-by: Wang Kan <quic_wkan@quicinc.com>
2022-09-21 18:36:36 -07:00
Chandan Kumar Jha
c23800d6e6 msm: camera: isp: Correct offsets for SFE v880
Correct address config register offset for SFE RDI0 client.

CRs-Fixed: 3291241
Change-Id: I0b538e23dfd1fd2d600ffa11c8863f250b7e7acf
Signed-off-by: Chandan Kumar Jha <quic_cjha@quicinc.com>
2022-09-21 18:36:25 -07:00
hchintal
2833d385a8 Snap for drop 09/19/2022 mainline 843 LA.VENDOR.13.2.0.AU335
camera-kernel:
cdbdac1 Merge "msm: camera: common: Fix invalid packet access" into camera-kernel.lnx.dev
eaa37c2 Merge "msm: camera: isp: Reorganize IFE bus ver3 for v880" into camera-kernel.lnx.dev
fe169c5 Merge "msm: camera: common: Add Lanai make configuration" into camera-kernel.lnx.dev
0d9627c Merge "msm: camera: common: Fix some compile errors" into camera-kernel.lnx.dev
a0dceb3 Merge "msm: camera: common: Change get irq resources method" into camera-kernel.lnx.dev
14a983a Merge "msm: camera: common: Change spi driver remove function signature" into camera-kernel.lnx.dev
74584f5 Merge "msm: camera: common: Change dma_buf_map to iosys_map" into camera-kernel.lnx.dev.

Change-Id: Ifcb749723453d37dc490dc07fd55b046a9dbceb1
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-09-19 18:37:01 -07:00
Sokchetra Eung
56cc1d37bc msm: camera: common: Fix invalid packet access
Instead of caching packet address pointer, store packet handle
in page fault req info structutre to obtain packet address through
mem manager to avoid potential access to dangling packet pointer which
resulted from UMD called to free the packet buffer before kernel finishes
handling page fault. If the packet was freed, then querying to get packet
address from memory manager will fail since the mem handle is invalid.
If it is invalid, the page fault handler will return before accessing
the dangling packet.

CRs-Fixed: 3287554
Change-Id: I02bc0c706b64f1dc0d098d8189f2f129a91efba7
Signed-off-by: Sokchetra Eung <quic_eung@quicinc.com>
2022-09-19 18:36:54 -07:00
Karthik Anantha Ram
df3ff7d33b msm: camera: isp: Reorganize IFE bus ver3 for v880
Update the correct WM idx for ALSC client for v880. The
change also removes dependency on comp group type for
buf done irq masking. The order is not maintained in HW
so breaking that assumption in SW, and making the buf done
irq bit mask as an array for comp groups.

CRs-Fixed: 3254772
Change-Id: I7ac1dcf4150761b2f6f124e389a5e5b1ea67bd83
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-09-19 18:36:47 -07:00
zhuo
1eab8d1ac7 msm: camera: common: Change dma_buf_map to iosys_map
Struct dma_buf_map change between kernel version
5.15 and 5.18.

CRs-Fixed: 3245697
Change-Id: I697d87b4b97f37b411c904212f4db9c85b2cefcf
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
2022-09-19 18:36:42 -07:00
zhuo
ab10a69b93 msm: camera: common: Change get irq resources method
Get irq resources method changed between kernel verion
5.15 and 5.18.

CRs-Fixed: 3258913
Change-Id: Ica0ed0feac55e99f6f88b0b6e56540fb98ed0311
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
2022-09-19 18:36:36 -07:00
zhuo
3e05e54587 msm: camera: common: Change spi driver remove function signature
Spi driver remove function signature changed between kernel version
5.15 and 5.18.

CRs-Fixed: 3245727
Change-Id: I0352e8b9b5f5990a89b082df9f9ca4000bcd5da0
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
2022-09-19 18:36:29 -07:00
zhuo
a0ca9a026c msm: camera: common: Fix some compile errors
This change fix unannotated fall-through between switch labels error,
also fix unused label error.

CRs-Fixed: 3247171
Change-Id: Ida29c08eed0cebec05b36e0ebac3d55ce8c6a014
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
2022-09-19 18:36:22 -07:00
zhuo
39f5c09287 msm: camera: common: Add Lanai make configuration
Add the lanai platform config makefile for camera.

CRs-Fixed: 3245935
Change-Id: Ibcf2f5a4ebae26151c3f9bd4f038ede61f09966c
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
2022-09-19 18:36:13 -07:00
hchintal
63bccafac1 Snap for drop 09/16/2022 mainline 842 LA.VENDOR.13.2.0.AU335
camera-kernel:
32a20f7 Merge "msm: camera: isp: Flag acquired rdi res for all RDIs acquire" into camera-kernel.lnx.dev
2b857a0 Merge "msm: camera: cci: Semaphore may sleep in spin lock" into camera-kernel.lnx.dev.

Change-Id: Ib73ab2e35bd2375491eb9ae1b9c69e1a03e801f8
Signed-off-by: hchintal <quic_hchintal@quicinc.com>
2022-09-16 19:36:09 -07:00
mingpan
7fffed86a5 msm: camera: cci: Semaphore may sleep in spin lock
When we enable CONFIG_DEBUG_ATOMIC_SLEEP=y, the kernel will do
might_sleep check when we down a semaphore, if the might_sleep
found it is in atomic context, it will eventually call BUG() to
raise kernel panic because sleep is not permitted in atomic
context. What we do now is get a spink lock before down a
semaphore, this is possible to make might_sleep reise a
kernel panic because semaphore might sleep in spin lock. So now
change the spin lock to mutex lock to avoid this situation.

CRs-Fixed: 3269325
Change-Id: I37735dfa615ec7dfe0fc38d04688025badd255d5
Signed-off-by: mingpan <quic_mingpan@quicinc.com>
2022-09-16 16:36:20 -07:00
chengxue
ca6e872b2f msm: camera: isp: Flag acquired rdi res for all RDIs acquire
For SFE enabled usecase, if the RDI0 is an input image stream
for SFE IPP,  we doesn't flag the global value acquired rdi res,
if PDAF stream is enabled, the RDI0 will be acquired again, and
reserve another CSID set, and the stream on fail.

CRs-Fixed: 3288480
Change-Id: I2a6b2363c5cc6bff27736e6848686781cba3f560
Signed-off-by: chengxue <quic_chengxue@quicinc.com>
2022-09-16 16:36:12 -07:00
Haritha Chintalapati
eb10937da2 Snap for drop 09/15/2022 mainline 841 LA.VENDOR.13.2.0.AU335
camera-kernel:
4c99d42 Merge "msm: camera: cpas: Correct offsets for camnoc V880" into camera-kernel.lnx.dev
ae3059c Merge "msm: camera: isp: Update register offset for VFELITE-880" into camera-kernel.lnx.dev
c1babe2 Merge "msm: camera: cpas: Smart QoS parameters upgrade" into camera-kernel.lnx.dev
0ce5103 Merge "msm: camera: common: Update headers for new target" into camera-kernel.lnx.dev
e7178f8 Merge "msm: camera: common: Import dma-buf heap name space" into camera-kernel.lnx.dev.

Change-Id: Iba8d6727e28d470345ba9dcd09c54ffe47452886
Signed-off-by: Haritha Chintalapati <quic_hchintal@quicinc.com>
2022-09-15 18:06:08 -07:00
zhuo
423fcc2859 msm: camera: cpas: Correct offsets for camnoc V880
Correct qosgen shaping low register offset for NOC NRT 3.

CRs-Fixed: 3272686
Change-Id: Ia16455df60b4ef76a1f53bb61cbbc66bc203aa24
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
2022-09-15 16:36:55 -07:00
Mukund Madhusudan Atre
434b591240 msm: camera: common: Update headers for new target
Some definitions need to be updated based on device tree
configuration for new target. Add appropriate changes to
support it.

CRs-Fixed: 3244380
Change-Id: I919facfe319ca56477e594b782dcd2ad659cb193
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-09-15 16:36:48 -07:00
chengxue
666c7b9cd7 msm: camera: cpas: Smart QoS parameters upgrade
Add tuning parameters for smart QoS parameter upgrade.

CRs-Fixed: 3248165
Change-Id: I3cb4de370310923abca7ad3d5cb05cacb11bd03f
Signed-off-by: chengxue <quic_chengxue@quicinc.com>
2022-09-15 16:36:42 -07:00
zhuo
88a8d26e57 msm: camera: isp: Update register offset for VFELITE-880
Update register offset for VFE-Lite 880.
Discarding csid secure register offset which is beginning
of reg space and not accesable from HLOS.

CRs-Fixed: 3263421
Change-Id: Ib10a9b54057f262a92612e3a53bc29dd8afb5fe3
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
2022-09-15 16:36:21 -07:00
zhuo
345cf9f62c msm: camera: common: Import dma-buf heap name space
Due to dma-buf symbols into the dma_buf module namespace,
when use them, need to import dma-buf name space.

CRs-Fixed: 3245719
Change-Id: I57bb808c675105bf567f7a628fb88c3259512721
Signed-off-by: zhuo <quic_zhuo@quicinc.com>
2022-09-15 16:36:14 -07:00
Haritha Chintalapati
984c6208d6 Snap for drop 09/13/2022 mainline 840 LA.VENDOR.13.2.0.AU335
camera-kernel:
d3138bc msm: camera: sync: Avoid use after free.

Change-Id: I3141a4a0609df3a7e16ae61c4e796d7161c0fab1
Signed-off-by: Haritha Chintalapati <quic_hchintal@quicinc.com>
2022-09-13 16:07:59 -07:00
Karthik Anantha Ram
167437bdeb msm: camera: sync: Avoid use after free
There is a narrow window, in which the critical section is
not fully protected which possibly could lead to use after free.
To avoid this, hold the row lock and validate the state prior
to processing the dma fence.

CRs-Fixed: 3273450
Change-Id: Ib1f09e62a5060a38b5cd8f3d4594bce2e533b3d3
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-09-13 16:07:33 -07:00
Haritha Chintalapati
53d149b019 Snap for drop 09/07/2022 mainline 836 LA.VENDOR.13.2.0.AU335
camera-kernel:
bf905db Merge "msm: camera: common: Add camera banner" into camera-kernel.lnx.dev.

Change-Id: If36a38109db4705647b78ee3fd180f9519b89b12
Signed-off-by: Haritha Chintalapati <quic_hchintal@quicinc.com>
2022-09-07 15:06:06 -07:00
Trishansh Bhardwaj
58fab0efe0 msm: camera: common: Add camera banner
camera_banner contains compilation timestamp, which can be used
to find mismatch between ramdump and symbols.

CRs-Fixed: 3261129
Change-Id: I021f6f9417b227d07a4424f7522e27c8535b0363
Signed-off-by: Trishansh Bhardwaj <quic_tbhardwa@quicinc.com>
2022-09-07 14:36:08 -07:00
Haritha Chintalapati
28ef245c26 Snap for drop 09/01/2022 mainline 833 LA.VENDOR.13.2.0.AU329
camera-kernel:
1510140 msm: camera: isp: Disable RUP_AUP latch feature.

Change-Id: If4fb7d1d4deb51edd84f00bfab75226bcb69c16c
Signed-off-by: Haritha Chintalapati <quic_hchintal@quicinc.com>
2022-09-01 15:36:13 -07:00
Karthik Anantha Ram
f67c612c46 msm: camera: isp: Disable RUP_AUP latch feature
In HW, the rup_aup latching scheme is enabled for dynamic switch
use-cases. The feature is to handle delayed rup_aup programming
between CSID SOF and CAMIF SOF. On Kailua with this feature enabled
we seem to be encountering CCIF protocol violations on IPP/PPP paths.
Disabling the feature, for now. The issue this feature is trying
to address is SW programming in a narrow window of 4 CSID clock cycles,
which is really small in SW.

CRs-Fixed: 3247669
Change-Id: I7678174541e8dd6b533eb95922e0814035811258
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
2022-09-01 15:06:18 -07:00
Haritha Chintalapati
c0d79704b8 Snap for drop 08/25/2022 mainline 828 LA.VENDOR.13.2.0.AU322
camera-kernel:
e293eea msm: camera: isp: Fix the potential issue caused by list operation.

Change-Id: Ic8e42fd852ff154ad8b0dbfaed1cb57e6d538d60
Signed-off-by: Haritha Chintalapati <quic_hchintal@quicinc.com>
2022-08-25 16:36:08 -07:00