 96006a770d
			
		
	
	
	96006a770d
	
	
	
		
			
			stih407 SoC have a dedicated hardware cursor plane, this patch enable it. The hardware have a color look up table, fix it to be able to use ARGB8888. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			302 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			302 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright (C) STMicroelectronics SA 2013
 | |
|  * Authors: Vincent Abriou <vincent.abriou@st.com> for STMicroelectronics.
 | |
|  * License terms:  GNU General Public License (GPL), version 2
 | |
|  */
 | |
| 
 | |
| #ifndef _STI_CURSOR_H_
 | |
| #define _STI_CURSOR_H_
 | |
| 
 | |
| struct sti_layer *sti_cursor_create(struct device *dev);
 | |
| 
 | |
| #endif
 |