summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAshwini Rao <ashwinik@codeaurora.org>2016-03-15 13:09:55 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-18 17:06:21 -0700
commita302531f3e8b16229162c02c38a6748160a75d06 (patch)
tree5665b819a7499f159ddd2a122cc4ce35e04a5285 /include
parentf4515051a95ddec856a299dd4b1e56a118309b27 (diff)
msm: jpeg: DMA V4L2 driver changes
Fixed issues in jpeg DMA v4l2 driver, related to incorrect clock index, incorrect buffer offset, incorrect dtsi node names for VBIF, QOS and mmu prefetch. CRs-Fixed: 1001324 Change-Id: Ice15afd63e006401a469376277b50a129ef177b4 Signed-off-by: Ashwini Rao <ashwinik@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/media/msm_jpeg_dma.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/uapi/media/msm_jpeg_dma.h b/include/uapi/media/msm_jpeg_dma.h
index 44fa4ed8af52..df3c7ee5b7cf 100644
--- a/include/uapi/media/msm_jpeg_dma.h
+++ b/include/uapi/media/msm_jpeg_dma.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -18,4 +18,10 @@
/* msm jpeg dma control ID's */
#define V4L2_CID_JPEG_DMA_SPEED (V4L2_CID_PRIVATE_BASE)
+/* msm_jpeg_dma_buf */
+struct msm_jpeg_dma_buff {
+ int32_t fd;
+ uint32_t offset;
+};
+
#endif /* __UAPI_MSM_JPEG_DMA__ */