modesetting: Reduce "glamor initialization failed" message to X_INFO
This might be an error or not, for example refusing to work on llvmpipe is normal and expected. glamor_egl_init() will print X_ERROR messages if appropriate, so we don't need to here. Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
This commit is contained in:
		
							parent
							
								
									0d8cc7bb18
								
							
						
					
					
						commit
						cbdde938cb
					
				| 
						 | 
					@ -772,7 +772,7 @@ try_enable_glamor(ScrnInfoPtr pScrn)
 | 
				
			||||||
            xf86DrvMsg(pScrn->scrnIndex, X_INFO, "glamor initialized\n");
 | 
					            xf86DrvMsg(pScrn->scrnIndex, X_INFO, "glamor initialized\n");
 | 
				
			||||||
            ms->drmmode.glamor = TRUE;
 | 
					            ms->drmmode.glamor = TRUE;
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
 | 
					            xf86DrvMsg(pScrn->scrnIndex, X_INFO,
 | 
				
			||||||
                       "glamor initialization failed\n");
 | 
					                       "glamor initialization failed\n");
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue