CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/05/12 13:47:54
Modified files: sys/dev/pci/drm: drm_irq.c Log message: hold the mutex in drm_handle_vblank(). Ideally we could avoid this and still be mpsafe using atomic increment/decrement operators, but for now best be correct.