Instead of having a number of malloced arrays for vblank handling, just
authoroga <oga@openbsd.org>
Thu, 21 Aug 2008 18:23:17 +0000 (18:23 +0000)
committeroga <oga@openbsd.org>
Thu, 21 Aug 2008 18:23:17 +0000 (18:23 +0000)
commit7e68424de2f56e0a546970f0d4d2ba39199fbdf1
treee918f62cdfc3a24411a06239454ce8e773f7c58a
parentc235f433e78c092df0ff9a471ec084c815ab75f9
Instead of having a number of malloced arrays for vblank handling, just
put them in a structure and malloc free an array of those, it is nicer
that way and They're all needed at the same time, anyway.

Idea taken from a suggestion on the dri-devel mailing list.
sys/dev/pci/drm/drmP.h
sys/dev/pci/drm/drm_irq.c