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:
Ankit Premrajka
2012-06-07 17:18:25 -07:00
committed by Stephen Boyd
parent b3f926c921
commit 11ff341a25

View File

@@ -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 {