msm: camera: memmgr: Set name for dma buffer to help profiling
For dma buffer profiling,we don't konw the owner of one dma buffer. So we add it's name to show it's owner. If you use v1 struct to alloc/map dma buffer it will use default buffer name "UNKNOWN". For v2 struct you can set dma buffer name at UMD side. CRs-Fixed: 3131442 Change-Id: I24ce6aa1d97cd9fc26d9bd8796ab2367607008f6 Signed-off-by: Fengjie Chen <quic_fengjiec@quicinc.com>
此提交包含在:

提交者
Camera Software Integration

父節點
2e6c254487
當前提交
cf223fa7b3
@@ -65,4 +65,6 @@ int cam_req_mgr_ordered_list_cmp(void *priv,
|
||||
int cam_sensor_i3c_driver_remove(struct i3c_device *client);
|
||||
#endif
|
||||
|
||||
long cam_dma_buf_set_name(struct dma_buf *dmabuf, const char *name);
|
||||
|
||||
#endif /* _CAM_COMPAT_H_ */
|
||||
|
新增問題並參考
封鎖使用者