Searched hist:182883 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/dev/drm/
H A Dmach64_dma.cdiff 182883 Tue Sep 09 02:17:27 MDT 2008 rnoland We should never call drm_pci_alloc() while holding locks, due the the
calls to bus_dma. There were multiple paths that held different locks or
no locks at all. This patch ensures that all of the calling paths drop
their lock(s) before calling drm_pci_alloc().

Reviewed by: kib
H A Dati_pcigart.cdiff 182883 Tue Sep 09 02:17:27 MDT 2008 rnoland We should never call drm_pci_alloc() while holding locks, due the the
calls to bus_dma. There were multiple paths that held different locks or
no locks at all. This patch ensures that all of the calling paths drop
their lock(s) before calling drm_pci_alloc().

Reviewed by: kib
H A Ddrm_bufs.cdiff 182883 Tue Sep 09 02:17:27 MDT 2008 rnoland We should never call drm_pci_alloc() while holding locks, due the the
calls to bus_dma. There were multiple paths that held different locks or
no locks at all. This patch ensures that all of the calling paths drop
their lock(s) before calling drm_pci_alloc().

Reviewed by: kib
H A Ddrm_pci.cdiff 182883 Tue Sep 09 02:17:27 MDT 2008 rnoland We should never call drm_pci_alloc() while holding locks, due the the
calls to bus_dma. There were multiple paths that held different locks or
no locks at all. This patch ensures that all of the calling paths drop
their lock(s) before calling drm_pci_alloc().

Reviewed by: kib
H A Di915_dma.cdiff 182883 Tue Sep 09 02:17:27 MDT 2008 rnoland We should never call drm_pci_alloc() while holding locks, due the the
calls to bus_dma. There were multiple paths that held different locks or
no locks at all. This patch ensures that all of the calling paths drop
their lock(s) before calling drm_pci_alloc().

Reviewed by: kib

Completed in 116 milliseconds