CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/04/03 05:31:36
Modified files: sys/dev/pci/drm: drmP.h drm_irq.c i915_irq.c mga_irq.c radeon_irq.c Log message: Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep, and the lock to manipulate. first step of removing drm_irq_handler_wrap which just grabs the irq_lock, and eventually irq_lock. drivers should manage their own.