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

Unified Diff: gpu/config/gpu_control_list_format.txt

Issue 338183005: Add semantics to apply gpu blakclist to AMD swichable when a discrete/integrated GPU is in use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « gpu/config/gpu_control_list.cc ('k') | gpu/config/gpu_control_list_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_control_list_format.txt
diff --git a/gpu/config/gpu_control_list_format.txt b/gpu/config/gpu_control_list_format.txt
index 879b91e2f38ea0208b4ac629c56d2bc22358b91a..1fbe7f290b05be6cd3ee971a0861c703a9a0dafb 100644
--- a/gpu/config/gpu_control_list_format.txt
+++ b/gpu/config/gpu_control_list_format.txt
@@ -23,8 +23,12 @@
// "version" is a VERSION structure (defined below).
// 3. "vendor_id" is a string. 0 is reserved.
// 4. "device_id" is an array of strings. 0 is reserved.
-// 5. "multi_gpu_style" is a string, valid values include "optimus", and
-// "amd_switchable".
+// 5. "multi_gpu_style" is a string, valid values include:
+// a) "optimus": NVIDIA dual GPU
+// b) "amd_switchable": AMD dual GPU
+// c) "amd_swicthable_integrated": AMD dual GPU, integrated GPU is active
Ken Russell (switch to Gerrit) 2014/06/19 23:31:02 typo: switchable
Zhenyao Mo 2014/06/19 23:56:33 Done.
+// d) "amd_switchable_discrete": AMD dual GPU, discrete GPU is active
+// c) and d) are only valid on Win, as on Mac we can switch GPU on the fly.
Ken Russell (switch to Gerrit) 2014/06/19 23:31:02 Would be nicer if these new additions could be han
Zhenyao Mo 2014/06/19 23:56:33 multi_gpu_style is not a qualifier for a specific
// 6. "multi_gpu_category" is a string, valid values include "any", "primary",
// "secondary", and "active". If unspecified, the default value is "primary".
// See gpu_control_list.h for more details on the meanings of the strings.
« no previous file with comments | « gpu/config/gpu_control_list.cc ('k') | gpu/config/gpu_control_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698