mirror of
https://github.com/X11Libre/xf86-video-cirrus.git
synced 2026-03-24 01:24:45 +00:00
@@ -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 */
|
||||
|
||||
@@ -364,6 +364,7 @@ LgPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
return FALSE;
|
||||
|
||||
hwp = VGAHWPTR(pScrn);
|
||||
vgaHWSetStdFuncs(hwp);
|
||||
vgaHWGetIOBase(hwp);
|
||||
|
||||
/* Allocate the LgRec driverPrivate */
|
||||
|
||||
Reference in New Issue
Block a user