|
@@ -8,3 +8,11 @@ config VGA_ARB
|
|
are accessed at same time they need some kind of coordination. Please
|
|
are accessed at same time they need some kind of coordination. Please
|
|
see Documentation/vgaarbiter.txt for more details. Select this to
|
|
see Documentation/vgaarbiter.txt for more details. Select this to
|
|
enable VGA arbiter.
|
|
enable VGA arbiter.
|
|
|
|
+
|
|
|
|
+config VGA_ARB_MAX_GPUS
|
|
|
|
+ int "Maximum number of GPUs"
|
|
|
|
+ default 16
|
|
|
|
+ depends on VGA_ARB
|
|
|
|
+ help
|
|
|
|
+ Reserves space in the kernel to maintain resource locking for
|
|
|
|
+ multiple GPUS. The overhead for each GPU is very small.
|