mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 19:27:59 +02:00
Fix a bad argument missed in the previous commit for ATIDRIDMA* functions.
This commit is contained in:
parent
2d069b1d19
commit
ab50679aab
1 changed files with 1 additions and 1 deletions
|
|
@ -952,7 +952,7 @@ ATIDRICloseScreen(ScreenPtr pScreen)
|
|||
atis->indirectBuffer = NULL;
|
||||
atis->indirectStart = 0;
|
||||
}
|
||||
ATIDRIDMAStop(pScreen);
|
||||
ATIDRIDMAStop(atis);
|
||||
|
||||
if (atis->irqEnabled) {
|
||||
drmCtlUninstHandler(atic->drmFd);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue