diff options
author | Adam Jackson <ajax@redhat.com> | 2011-12-19 16:57:40 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-12-19 16:57:40 -0500 |
commit | b3d61828837661c9b383378a7d6006752659108b (patch) | |
tree | 9c0cdb2636596810735cd8c95bfa238eb49bf24c /src/nv_driver.c | |
parent | 5b7f07f8171dd5ca4f13d7da25d7d91140b036e1 (diff) |
Fix for new vgahw ABI
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r-- | src/nv_driver.c | 1 |
1 files changed, 1 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; |