Fix a bad argument missed in the previous commit for ATIDRIDMA* functions.
This commit is contained in:
		
							parent
							
								
									2d069b1d19
								
							
						
					
					
						commit
						ab50679aab
					
				| 
						 | 
					@ -952,7 +952,7 @@ ATIDRICloseScreen(ScreenPtr pScreen)
 | 
				
			||||||
		atis->indirectBuffer = NULL;
 | 
							atis->indirectBuffer = NULL;
 | 
				
			||||||
		atis->indirectStart = 0;
 | 
							atis->indirectStart = 0;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	ATIDRIDMAStop(pScreen);
 | 
						ATIDRIDMAStop(atis);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (atis->irqEnabled) {
 | 
						if (atis->irqEnabled) {
 | 
				
			||||||
		drmCtlUninstHandler(atic->drmFd);
 | 
							drmCtlUninstHandler(atic->drmFd);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue