Fix for new vgaHW ABI

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2011-12-19 17:48:45 -05:00
parent cf434e93cd
commit 421f4e7219

View File

@@ -429,6 +429,7 @@ I740PreInit(ScrnInfoPtr pScrn, int flags) {
/* Allocate a vgaHWRec */
if (!vgaHWGetHWRec(pScrn)) return FALSE;
vgaHWSetStdFuncs(VGAHWPTR(pScrn));
pI740->PciInfo = xf86GetPciInfoForEntity(pI740->pEnt->index);
#ifndef XSERVER_LIBPCIACCESS