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. |