mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 03:13:59 +00:00 
			
		
		
		
	 1154ea7dcd
			
		
	
	
		1154ea7dcd
		
	
	
	
	
		
			
			Add support for the Arc monochrome LCD board. The board uses KS108 controllers to drive individual 64x64 LCD matrices. The board can be paneled in a variety of setups such as 2x1=128x64, 4x4=256x256 and so on. The board/host interface is through GPIO. Signed-off-by: Jaya Kumar <jayalk@intworks.biz> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: <linux-fbdev-devel@lists.sourceforge.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			150 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			150 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __LINUX_ARCFB_H__
 | |
| #define __LINUX_ARCFB_H__
 | |
| 
 | |
| #define FBIO_WAITEVENT		_IO('F', 0x88)
 | |
| #define FBIO_GETCONTROL2	_IOR('F', 0x89, size_t)
 | |
| 
 | |
| #endif
 | |
| 
 |