K 10 svn:author V 7 rnoland K 8 svn:date V 27 2008-09-09T02:05:03.744299Z K 7 svn:log V 279 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 END