Export V4L2 APIs to support early camera. 07/30607/2
authorFang, Neo <neo.fang@intel.com>
Fri, 21 Nov 2014 16:30:34 +0000 (16:30 +0000)
committerFang, Neo <neo.fang@intel.com>
Tue, 25 Nov 2014 16:16:28 +0000 (16:16 +0000)
commitefe6e6556efc515d1f44710eea01dc4ce2d394e2
tree677387c809554f6ca1f3a6c9c57f3e5477d58b97
parentb6f1b1753274e61f1325ec0f36b89dd41cc416fc
Export V4L2 APIs to support early camera.

To mmap camera videos to the spriteC plane(Intel i915), early camera
will bypass DRM_IOCTL to avoid drm_master conflicting issues, and
call drm APIs directly. Because drm APIs are for user space
framworks and applications, it is necessary to export them for early
camera module.
For the details of early camera feature, please check the wiki page:
https://wiki.tizen.org/wiki/Early_Camera

Change-Id: I955ca2c73e9c33c5987ac8f36c7c730545ce1333
Signed-off-by: Fang, Neo <neo.fang@intel.com>
drivers/media/usb/uvc/uvc_v4l2.c
drivers/media/v4l2-core/v4l2-dev.c