android_kernel_samsung_sm86.../drivers/cam_sync
Shravya Samala 011cc16eb5 msm: camera: sync: Restructure sync device structure
Currently sync_device structure size allocated is nearly 424kb
which is leading to more than accepted page size order.
Sync table row which is array of 2048 is accounting
nearly 90% of total size of sync_device. To fix this
sync_table_row is made pointer based and allocated memory.

CRs-Fixed: 3558545
Change-Id: I0c8093c91ac7fec9f52613012b139192b827b8d9
Signed-off-by: Shravya Samala <quic_shravyas@quicinc.com>
2023-07-28 10:48:45 -07:00
..
cam_sync_api.h msm: camera: sync: Add support to invoke synx recover 2023-04-28 17:36:10 -07:00
cam_sync_dma_fence.c msm: camera: sync: Add support for putting dma fence 2023-03-21 18:06:34 -07:00
cam_sync_dma_fence.h msm: camera: sync: Add monitor information for sync objects 2023-02-08 20:06:10 -08:00
cam_sync_private.h msm: camera: sync: Restructure sync device structure 2023-07-28 10:48:45 -07:00
cam_sync_synx.c msm: camera: sync: Update synx handle state 2023-07-26 15:59:21 -07:00
cam_sync_synx.h msm: camera: sync: Add support to invoke synx recover 2023-04-28 17:36:10 -07:00
cam_sync_util.c msm: camera: common: workq delay debug 2023-02-17 16:36:12 -08:00
cam_sync_util.h msm: camera: sync: Add monitor information for sync objects 2023-02-08 20:06:10 -08:00
cam_sync.c msm: camera: sync: Restructure sync device structure 2023-07-28 10:48:45 -07:00