Update for new vgaHW API
This commit is contained in:
parent
0a37eba7ec
commit
e67183c5be
@ -2943,8 +2943,10 @@ Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
} else
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "VGAAccess option set to FALSE,"
|
||||
" VGA module load skipped\n");
|
||||
if (info->VGAAccess)
|
||||
if (info->VGAAccess) {
|
||||
vgaHWSetStdFuncs(VGAHWPTR(pScrn));
|
||||
vgaHWGetIOBase(VGAHWPTR(pScrn));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user