Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: third_party/hwcplus/include/hardware/gralloc.h

Issue 298093003: Make it possible to build gralloc_drm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/hwcplus/include/system/graphics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hwcplus/include/hardware/gralloc.h
diff --git a/third_party/hwcplus/include/hardware/gralloc.h b/third_party/hwcplus/include/hardware/gralloc.h
index 0dbebcff214da43e69fd3227e2c3c1ba68626cc8..6973f7cf913bc07235508228f21e7b3f5a665be6 100644
--- a/third_party/hwcplus/include/hardware/gralloc.h
+++ b/third_party/hwcplus/include/hardware/gralloc.h
@@ -130,6 +130,14 @@ enum {
/*****************************************************************************/
+enum {
rjkroege 2014/05/26 20:49:59 Does this belong here? The implication is that it
fjhenigman 2014/06/01 20:56:52 This is part of the HAL interface: libhardware let
+ GRALLOC_MODULE_PERFORM_GET_DRM_FD = 0x80000002,
+ GRALLOC_MODULE_PERFORM_GET_DRM_MAGIC = 0x80000003,
+ GRALLOC_MODULE_PERFORM_AUTH_DRM_MAGIC = 0x80000004,
+ GRALLOC_MODULE_PERFORM_ENTER_VT = 0x80000005,
+ GRALLOC_MODULE_PERFORM_LEAVE_VT = 0x80000006,
+};
+
/**
* Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
* and the fields of this data structure must begin with hw_module_t
« no previous file with comments | « no previous file | third_party/hwcplus/include/system/graphics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698