OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Owain Ainsworth (ogacvs.openbsd.org)
Date: Tue May 12 2009 - 14:42:42 CDT


CVSROOT: /cvs
Module name: src
Changes by: ogacvs.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).