Create new DRM APIs for early camera. 47/30747/3
authorFang, Neo <neo.fang@intel.com>
Fri, 21 Nov 2014 16:33:49 +0000 (16:33 +0000)
committerFang, Neo <neo.fang@intel.com>
Thu, 27 Nov 2014 13:35:45 +0000 (13:35 +0000)
commitf07c7831a89a2ea4a288b493437632c2e4be7f0c
tree654fb43463b949d5f317cd67ae89a7c81499fd37
parentbe5bf0bdc00e31e00d181aec33a3950070146626
Create new DRM APIs for early camera.

New drm APIs(drm_open_kernel, drm_release_kernel,
drm_open_helper_kernel, drm_mode_getresources_kernel)
are created for early camera.
For the original drm APIs drm_open, drm_release,
drm_open_helper and drm_mode_getresources are used by X. And early
camera should not open/release the drm resources exclusively. To
avoid the conflict issues with X and bypass drm_master, it is
necessary to create new APIs. For more details about early camera
feature, please visit the wiki page:
https://wiki.tizen.org/wiki/Early_Camera

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