commit | 039e15fe9ff71c6ed0c84ba833c88b78241151db | [log] [tgz] |
---|---|---|
author | Javaid Ahmad Wani <quic_jwani@quicinc.com> | Thu Oct 27 16:32:25 2022 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Nov 01 21:22:12 2022 -0700 |
tree | 2a76791c3cbf22e711be6f306dd922bdfaa30d44 | |
parent | 51fc61e0e73ef315529f32c8be51fa7c13a91229 [diff] |
sde-drm: Protect access to prop_val_map to avoid crash DRMCrtc's map (prop_val_map) can be accessed by multiple threads simultaneously which can cause deadlocks or segfault errors. This changes adds a mutex lock to protect access to the object to avoid such scenarios. Change-Id: I6977a5f2e917e883919a307938032fd05ef93133