summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@collabora.com>2017-05-16 12:27:58 -0400
committerRobert Foss <robert.foss@collabora.com>2017-05-18 11:41:28 -0400
commitdfdc3e530d5c4b8feb080011080c32e7fe44358f (patch)
tree9a1028b537d7b9bc8e0218853b4e6463b0ecc07d
parentcbec3c876019a8163802ded247739ac75ced37ae (diff)
downloadgbm_gralloc-dfdc3e530d5c4b8feb080011080c32e7fe44358f.tar.gz
gbm_gralloc-dfdc3e530d5c4b8feb080011080c32e7fe44358f.tar.xz
Add description of GRALLOC_MODULE_PERFORM_GET_DRM_FD
Add description of the perform call GRALLOC_MODULE_PERFORM_GET_DRM_FD. Signed-off-by: Robert Foss <robert.foss@collabora.com>
-rw-r--r--gralloc_drm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gralloc_drm.h b/gralloc_drm.h
index 4ba7d7b..87047ca 100644
--- a/gralloc_drm.h
+++ b/gralloc_drm.h
@@ -29,6 +29,10 @@ extern "C" {
#endif
enum {
+ /* perform(const struct gralloc_module_t *mod,
+ * int op,
+ * int *fd);
+ */
GRALLOC_MODULE_PERFORM_GET_DRM_FD = 0x40000002,
/* perform(const struct gralloc_module_t *mod,