HomeSort by: relevance | last modified time | path
    Searched defs:msicount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_drv.c 207 int unit, msicount; local in function:drm_attach
241 msicount = pci_msi_count(dev->device);
242 DRM_DEBUG("MSI count = %d\n", msicount);
243 if (msicount > 1)
244 msicount = 1;
246 if (pci_alloc_msi(dev->device, &msicount) == 0) {
247 DRM_INFO("MSI enabled %d message(s)\n", msicount);
drm_drv.c 207 int unit, msicount; local in function:drm_attach
241 msicount = pci_msi_count(dev->device);
242 DRM_DEBUG("MSI count = %d\n", msicount);
243 if (msicount > 1)
244 msicount = 1;
246 if (pci_alloc_msi(dev->device, &msicount) == 0) {
247 DRM_INFO("MSI enabled %d message(s)\n", msicount);

Completed in 22 milliseconds