CVSROOT:        /cvs
Module name:    src
Changes by:     [EMAIL PROTECTED]       2008/11/23 13:46:48

Modified files:
        sys/dev/pci/drm: drmP.h drm_drv.c drm_irq.c i915_drv.c 
                         i915_irq.c mach64_drv.c mach64_drv.h 
                         mach64_irq.c mga_drv.c mga_irq.c r128_drv.c 
                         r128_drv.h r128_irq.c radeon_drv.c radeon_irq.c 

Log message:
Move vblank data allocation to happening at attach, not at irq enable.
just put a vblank_pipes argument to the driver structure which tells us
how many to set up

this means that intel doesn't lose all vblank count on vtswitch (it
disables the interrupt there), i've heard of a few uvm_faults where this
happens as well as things just going wrong.

This was suggested by Keith Packard who provided a different diff for
drm.git.

Reply via email to