CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/05/12 13:42:42
Modified files: sys/dev/pci/drm: drmP.h drm_irq.c Log message: Remove the vblank_disable_allowed crud. it's a linux compat hack for older X drivers that don't use the right calls. All the drivers capable of turning vblanks off already use the calls correctly, and this way we avoid problems with not being able to turn off vblanks until we switch mode (so until then we're stuck at $REFRESH_RATE interrupts a second from the graphics card, no thanks).