fb: drop comments around 24-bit support.
Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									ac2ae2ed37
								
							
						
					
					
						commit
						36c7158133
					
				
							
								
								
									
										6
									
								
								fb/fb.h
								
								
								
								
							
							
						
						
									
										6
									
								
								fb/fb.h
								
								
								
								
							| 
						 | 
					@ -97,12 +97,6 @@
 | 
				
			||||||
#if GLYPHPADBYTES != 4
 | 
					#if GLYPHPADBYTES != 4
 | 
				
			||||||
#error "GLYPHPADBYTES must be 4"
 | 
					#error "GLYPHPADBYTES must be 4"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
/* whether to bother to include 24bpp support */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
 * Unless otherwise instructed, fb includes code to advertise 24bpp
 | 
					 | 
				
			||||||
 * windows with 32bpp image format for application compatibility
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* for driver compat - intel UXA needs the second one at least */
 | 
					/* for driver compat - intel UXA needs the second one at least */
 | 
				
			||||||
#define FB_24BIT
 | 
					#define FB_24BIT
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue