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

/freebsd-11-stable/sys/dev/drm/
H A Ddrm_bufs.cdiff 182883 Tue Sep 09 00: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 102 milliseconds