K 10 svn:author V 3 kib K 8 svn:date V 27 2007-07-12T09:02:31.000000Z K 7 svn:log V 383 bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with a non-sleepable lock held. drm_pci_alloc() calls them, thus drm mutex shall not be held during the call. Move the drm_pci_alloc() to the start of the i915_initialize() and drop the the drm mutex around it. Reported by: Ganbold Reviewed by: anholt Approved by: re (hrs) MFC after: 1 week END