Fix for new vgaHW ABI

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2011-12-19 17:46:26 -05:00
parent 92c7067070
commit f422d0c38b
2 changed files with 2 additions and 0 deletions

View File

@@ -503,6 +503,7 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
if (!vgaHWGetHWRec(pScrn))
return FALSE;
hwp = VGAHWPTR(pScrn);
vgaHWSetStdFuncs(hwp);
vgaHWGetIOBase(hwp);
/* Allocate the AlpRec driverPrivate */

View File

@@ -364,6 +364,7 @@ LgPreInit(ScrnInfoPtr pScrn, int flags)
return FALSE;
hwp = VGAHWPTR(pScrn);
vgaHWSetStdFuncs(hwp);
vgaHWGetIOBase(hwp);
/* Allocate the LgRec driverPrivate */