CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/11 21:54:10
Modified files:
sys/dev/pci/drm: drmP.h drm_irq.c drm_linux.h
sys/dev/pci/drm/i915: i915_gem.c intel_ringbuffer.c
intel_ringbuffer.h
sys/dev/pci/drm/radeon: radeon.h radeon_device.c radeon_fence.c
radeon_sa.c
sys/dev/pci/drm/ttm: ttm_bo.c ttm_bo_api.h ttm_bo_util.c
ttm_lock.c ttm_lock.h
Log message:
make wait_queue_head a struct with a mutex
better matches linux behaviour
