diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nv_driver.c | 1 | ||||
-rw-r--r-- | src/riva_driver.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c index 195299a..527ae5f 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -1543,6 +1543,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) xf86FreeInt10(pNv->pInt); return FALSE; } + vgaHWSetStdFuncs(VGAHWPTR(pScrn)); /* We use a programmable clock */ pScrn->progClock = TRUE; diff --git a/src/riva_driver.c b/src/riva_driver.c index f0fcab4..b52f476 100644 --- a/src/riva_driver.c +++ b/src/riva_driver.c @@ -484,6 +484,7 @@ RivaPreInit(ScrnInfoPtr pScrn, int flags) xf86FreeInt10(pRiva->pInt); return FALSE; } + vgaHWSetStdFuncs(VGAHWPTR(pScrn)); /* We use a programmable clock */ pScrn->progClock = TRUE; |