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

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: fix chromeos_daisy_chromium_compile_only_ng build failure Created 5 years, 2 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 | « ui/ozone/BUILD.gn ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gni
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni
index e36b1d11b65612832445c62690c7f15de362e307..cb6f62ee28c7889697ebb5a4f9d743ea7969b9ad 100644
--- a/ui/ozone/ozone.gni
+++ b/ui/ozone/ozone.gni
@@ -7,6 +7,13 @@ import("//build/config/chromecast_build.gni")
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
}
declare_args() {
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698