kib 2007-09-10 12:51:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/drm i915_dma.c
Log:
MFC rev. 1.5, 1.6:
Move the drm_pci_alloc() to the start of the i915_initialize() and drop the
the drm mutex around it.
Revision Changes
kib 2007-08-21 12:52:57 UTC
FreeBSD src repository
Modified files:
sys/dev/drm i915_dma.c
Log:
Properly initialize the dev_priv before calling the i915_dma_cleanup().
This fixes my rev. 1.5.
Reviewed by:anholt
Approved by:re (kensmith)
MFC after:
kib 2007-07-12 09:02:31 UTC
FreeBSD src repository
Modified files:
sys/dev/drm i915_dma.c
Log:
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