CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/21 12:23:17
Modified files:
sys/dev/pci/drm: drmP.h drm_irq.c
Log message:
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.
