Export drm APIs to support early camera. 10/30610/2
authorFang, Neo <neo.fang@intel.com>
Fri, 21 Nov 2014 16:33:13 +0000 (16:33 +0000)
committerFang, Neo <neo.fang@intel.com>
Tue, 25 Nov 2014 16:16:29 +0000 (16:16 +0000)
commitbe5bf0bdc00e31e00d181aec33a3950070146626
treeca95dcd6b5e2490a868778f0e12ec8c377bda712
parentcdf0b65f55e20b4d58732c0b0773f0eea0d3f5df
Export drm 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, please check the wiki page:
https://wiki.tizen.org/wiki/Early_Camera

Change-Id: I26773dd5aa50f68011c92350f8af3ba88aade426
Signed-off-by: Fang, Neo <neo.fang@intel.com>
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_prime.c
drivers/gpu/drm/i915/intel_display.c