Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c116 xf86IsPrimaryPlatform(struct xf86_platform_device *plat) in xf86IsPrimaryPlatform() function
254 if (xf86IsPrimaryPlatform(&xf86_platform_devices[i]) && (pass == 1)) in xf86PlatformMatchDriver()
256 else if (!xf86IsPrimaryPlatform(&xf86_platform_devices[i]) && (pass == 0)) in xf86PlatformMatchDriver()
560 if (xf86IsPrimaryPlatform(&xf86_platform_devices[j])) in xf86platformProbeDev()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog20166 xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()
20182 xf86IsPrimaryPlatform() function doesn't recognize the device as primary
20192 that now to xf86IsPrimaryPlatform(), so that we can probe virtio-gpu-pci