On Fri, 2003-08-29 at 23:32, Felix Kühling wrote: > > I'm trying to clean up the vlank configuration on the config branch. I > noticed that the r200 and radeon drivers check for availability of IRQs > in slightly different ways: > > r200: rmesa->dri.drmMinor >= 6 && rmesa->r200Screen->irq > radeon: rmesa->radeonScreen->irq > > As both use the same kernel module, why does one check the drmMinor > version while the other one doesn't? Is the check not really necessary > or is it just missing in the radeon driver?
AFAICT it's superfluous as screen->irq can only be set when the DRM minor version is >= 6. -- Earthling Michel Dänzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
