Files
android_kernel_samsung_sm86…/drivers/cam_cre
Ayush Kumar cffdf3f9b5 msm: camera: cre: Fix null pointer dereference in CRE driver
Flush all cmd release all request from CRE request list, once release
these request should not be access by other threads. This commit
add proper mutex lock and conditions to prevent use of released request
from CRE request list. Also change SW reset to HW reset in case of
flush all.

CRs-Fixed: 3583508
Change-Id: I35b38bf5b1771a26bb5a37d3404f6e577abcb66b
Signed-off-by: Ayush Kumar <quic_ayushkr@quicinc.com>
2024-01-24 06:05:13 -08:00
..