msm: camera: JPEG Encoder driver
Add support for the new JPEG 1.0 encoder hardware.This
is the kernel driver and takes input from the corresponding
userspace driver.The new encoder hardware supports
formats H2V2, H2V1, H1V2 and H1V1. It also has support for
upscaling and downscaling.
Change-Id: Ib8d7929d7c384b68f87e7f28db335fdca605e15b
Signed-off-by: Ashwini Rao <ashwinik@codeaurora.org>
diff --git a/include/media/Kbuild b/include/media/Kbuild
index 2a21336..4b6e6a9 100644
--- a/include/media/Kbuild
+++ b/include/media/Kbuild
@@ -6,3 +6,4 @@
header-y += msm_gemini.h
header-y += msm_gestures.h
header-y += msm_mercury.h
+header-y += msm_jpeg.h