Hi, 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? Regards, Felix ------------ __\|/__ ___ ___ ------------------------- Felix ___\_e -_/___/ __\___/ __\_____ You can do anything, K�hling (_____\�/____/ /_____/ /________) just not everything [EMAIL PROTECTED] \___/ \___/ U at the same time. ------------------------------------------------------- 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
