Cosmetic fix to EDID decoding.
This commit is contained in:
		
							parent
							
								
									a70754a9fd
								
							
						
					
					
						commit
						bb2cacd33e
					
				| 
						 | 
				
			
			@ -148,7 +148,8 @@ print_dpms_features(int scrnIndex, struct disp_features *c,
 | 
			
		|||
	}
 | 
			
		||||
    } else {
 | 
			
		||||
	int enc = c->display_type;
 | 
			
		||||
	xf86DrvMsg(scrnIndex, X_INFO, "\nSupported color encodings: "
 | 
			
		||||
	xf86ErrorF("\n");
 | 
			
		||||
	xf86DrvMsg(scrnIndex, X_INFO, "Supported color encodings: "
 | 
			
		||||
		   "RGB 4:4:4 %s%s\n",
 | 
			
		||||
		   enc & DISP_YCRCB444 ? "YCrCb 4:4:4 " : "",
 | 
			
		||||
		   enc & DISP_YCRCB422 ? "YCrCb 4:2:2" : "");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue