mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
kms: init dga using xf86DiDGAInit
fixes cursor problems in games like UT2004 and Penumbra Overture see fdo bug 24034
This commit is contained in:
@@ -699,6 +699,11 @@ Bool RADEONScreenInit_KMS(int scrnIndex, ScreenPtr pScreen,
|
||||
}
|
||||
}
|
||||
|
||||
/* DGA setup */
|
||||
#ifdef XFreeXDGA
|
||||
xf86DiDGAInit(pScreen, info->LinearAddr + pScrn->fbOffset);
|
||||
#endif
|
||||
|
||||
/* Init Xv */
|
||||
xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, RADEON_LOGLEVEL_DEBUG,
|
||||
"Initializing Xv\n");
|
||||
|
||||
Reference in New Issue
Block a user