msm: camera: add ion dev fd field to frame structure.
The ion dev fd field is required to represent the client that allocated the buffer represented by the frame. Change-Id: I8de791158251069275becc9f6413382fc6738492 Signed-off-by: Ankit Premrajka <ankitp@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
b3f926c921
commit
11ff341a25
@@ -605,6 +605,7 @@ struct msm_frame {
|
||||
|
||||
struct ion_allocation_data ion_alloc;
|
||||
struct ion_fd_data fd_data;
|
||||
int ion_dev_fd;
|
||||
};
|
||||
|
||||
enum msm_st_frame_packing {
|
||||
|
||||
Reference in New Issue
Block a user