mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	lib/igt_fb: Ignore RGB888
None of our display hardware supports the packed 24-bit format, so stop trying to use it and causing test failures. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78873&list_id=465068 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
		
							parent
							
								
									db4cc747fa
								
							
						
					
					
						commit
						9df77d5664
					
				@ -62,7 +62,7 @@ static struct format_desc_struct {
 | 
			
		||||
	int depth;
 | 
			
		||||
} format_desc[] = {
 | 
			
		||||
	DF(RGB565,	RGB16_565,	16, 16),
 | 
			
		||||
	DF(RGB888,	INVALID,	24, 24),
 | 
			
		||||
	//DF(RGB888,	INVALID,	24, 24),
 | 
			
		||||
	DF(XRGB8888,	RGB24,		32, 24),
 | 
			
		||||
	DF(XRGB2101010,	RGB30,		32, 30),
 | 
			
		||||
	DF(ARGB8888,	ARGB32,		32, 32),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user