| 
									
										
										
										
											2009-08-11 15:52:06 +10:00
										 |  |  | config VGA_ARB | 
					
						
							| 
									
										
										
										
											2011-01-20 14:44:16 -08:00
										 |  |  | 	bool "VGA Arbitration" if EXPERT | 
					
						
							| 
									
										
										
										
											2009-08-11 15:52:06 +10:00
										 |  |  | 	default y | 
					
						
							| 
									
										
										
										
											2012-11-29 14:40:40 +01:00
										 |  |  | 	depends on (PCI && !S390) | 
					
						
							| 
									
										
										
										
											2009-08-11 15:52:06 +10:00
										 |  |  | 	help | 
					
						
							|  |  |  | 	  Some "legacy" VGA devices implemented on PCI typically have the same | 
					
						
							|  |  |  | 	  hard-decoded addresses as they did on ISA. When multiple PCI devices | 
					
						
							|  |  |  | 	  are accessed at same time they need some kind of coordination. Please | 
					
						
							|  |  |  | 	  see Documentation/vgaarbiter.txt for more details. Select this to | 
					
						
							|  |  |  | 	  enable VGA arbiter. | 
					
						
							| 
									
										
										
										
											2010-02-02 17:45:01 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 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. | 
					
						
							| 
									
										
										
										
											2010-03-04 07:49:37 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-01 15:38:10 +10:00
										 |  |  | config VGA_SWITCHEROO | 
					
						
							| 
									
										
										
										
											2010-05-17 10:54:04 -07:00
										 |  |  | 	bool "Laptop Hybrid Graphics - GPU switching support" | 
					
						
							| 
									
										
										
										
											2010-02-01 15:38:10 +10:00
										 |  |  | 	depends on X86 | 
					
						
							|  |  |  | 	depends on ACPI | 
					
						
							| 
									
										
										
										
											2012-04-16 19:01:17 +01:00
										 |  |  | 	select VGA_ARB | 
					
						
							| 
									
										
										
										
											2010-02-01 15:38:10 +10:00
										 |  |  | 	help | 
					
						
							| 
									
										
										
										
											2010-05-17 10:54:04 -07:00
										 |  |  | 	  Many laptops released in 2008/9/10 have two GPUs with a multiplexer | 
					
						
							| 
									
										
										
										
											2010-02-01 15:38:10 +10:00
										 |  |  | 	  to switch between them. This adds support for dynamic switching when | 
					
						
							|  |  |  |           X isn't running and delayed switching until the next logoff. This | 
					
						
							| 
									
										
										
										
											2010-05-17 10:54:04 -07:00
										 |  |  | 	  feature is called hybrid graphics, ATI PowerXpress, and Nvidia | 
					
						
							| 
									
										
										
										
											2010-02-01 15:38:10 +10:00
										 |  |  | 	  HybridPower. |