summaryrefslogtreecommitdiff
path: root/src/alp_driver.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2011-12-19 17:46:26 -0500
committerAdam Jackson <ajax@redhat.com>2011-12-19 17:46:26 -0500
commitf422d0c38b0befdb2152215ab05d0d14f3da3ed9 (patch)
treeb76c26f037bfec87d10f5a561d70515c93f6543a /src/alp_driver.c
parent92c7067070455610bd761b73f992642882ca2156 (diff)
Fix for new vgaHW ABI
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/alp_driver.c')
-rw-r--r--src/alp_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c
index ecdd807..11cd2f2 100644
--- a/src/alp_driver.c
+++ b/src/alp_driver.c
@@ -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 */