Home
last modified time | relevance | path

Searched refs:xf86PciVideoInfo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c95 struct pci_device **xf86PciVideoInfo = NULL; in xf86PciProbe() local
98 xf86PciVideoInfo = NULL; in xf86PciProbe()
106 xf86PciVideoInfo = xnfreallocarray(xf86PciVideoInfo, in xf86PciProbe()
109 xf86PciVideoInfo[num] = NULL; in xf86PciProbe()
110 xf86PciVideoInfo[num - 1] = info; in xf86PciProbe()
127 info = xf86PciVideoInfo[i]; in xf86PciProbe()
150 info = xf86PciVideoInfo[k]; in xf86PciProbe()
200 free(xf86PciVideoInfo); in xf86PciProbe()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog124267 - xf86PciVideoInfo doesn't need to be global
174238 Make xf86PciVideoInfo static since it is only used within this file.
174445 xf86PciVideoInfo. In all cases this means converting the code to use
174468 pci_interator interface instead of the xf86PciVideoInfo array.