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
> rad
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 m