diff options
author | kib <kib@FreeBSD.org> | 2007-07-12 09:02:31 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2007-07-12 09:02:31 +0000 |
commit | 7d726d3c98d2a4f21ba0561188a21bcd0b2b59df (patch) | |
tree | af2d1208cfe28255e701a73c2dee80220bbe419d /cddl | |
parent | b4a663c82ad0a4c227971f6662fb4715b6acecdb (diff) | |
download | FreeBSD-src-7d726d3c98d2a4f21ba0561188a21bcd0b2b59df.zip FreeBSD-src-7d726d3c98d2a4f21ba0561188a21bcd0b2b59df.tar.gz |
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 <ganbold micom mng net>
Reviewed by: anholt
Approved by: re (hrs)
MFC after: 1 week
Diffstat (limited to 'cddl')
0 files changed, 0 insertions, 0 deletions