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

Unified Diff: ui/ozone/ozone.gni

Issue 1253363004: ozone gbm: whitelist 3 DRM ioctl code for native GpuMemoryBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: define use_vgem_map in single place Created 5 years, 4 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
Index: ui/ozone/ozone.gni
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index e307a352d578184fc4ba74e32c3a469e118c9d61..f1aeb08ac596dfc2cabc38551d38eddf9d8e80a6 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -5,6 +5,13 @@
declare_args() {
# Select platforms automatically. Turn this off for manual control.
ozone_auto_platforms = true
+
+ # This enables memory-mapped access to accelerated graphics buffers via the
+ # VGEM ("virtual GEM") driver. This is currently only available on Chrome OS
+ # kernels and affects code in the GBM ozone platform.
+ # TODO(dshwang): remove this flag when all gbm hardware supports vgem map.
+ # crbug.com/519587
+ use_vgem_map = false
brettw 2015/08/28 19:21:43 You can move this back to the old place now.
dshwang 2015/08/31 09:10:14 If I move this to ui/ozone/platform/drm/BUILD.gn (
}
declare_args() {

Powered by Google App Engine
This is Rietveld 408576698