Re: [Dri-devel] Simplified DRM backwards compatibility scheme

2001-10-15 Thread jhartmann
Keith Whitwell wrote: > > I suppose I'm basing my assumptions on sarea usage that is not there right > > now (a private sarea per context system rather than the temporary copies > > which we have now), and assuming a full featured t&l card will have > > somewhere around 4-16k of possible state.

Re: [Dri-devel] Simplified DRM backwards compatibility scheme

2001-10-15 Thread jhartmann
Keith Whitwell wrote: > On Sun, 14 Oct 2001 22:39, jhartmann wrote: > > Keith Whitwell wrote: > > > Jeff, Others, > > > > > > I've been reviewing the work in the 3.5 branch for backwards > > > compatibility and to me it looks like we can do

Re: [Dri-devel] Simplified DRM backwards compatibility scheme

2001-10-14 Thread jhartmann
Keith Whitwell wrote: > Jeff, Others, > > I've been reviewing the work in the 3.5 branch for backwards compatibility > and to me it looks like we can do it with a lot less effort. Here's what I'm > proposing, in one simple sentence: > > Instigate a rule where any released ioctl will alwa

Re: [Dri-devel] DRM, i810, IRQ conflict

2001-09-23 Thread jhartmann
Keith Whitwell wrote: > > > Can I remove irq from the current branch? I have no option in BIOS that > > will > > disable IRQ for video, but If I had I suppose that DRM would manage with > > that. Can I simulate "no irq available"? > > Turning off the irq in hardware won't help you, you need to

Re: [Dri-devel] DRM, i810, IRQ conflict

2001-09-23 Thread jhartmann
Keith Whitwell wrote: > TAU wrote: > > > > Can you direct me on what should I do to get a cvs version working: > > Where cvs is > > what X11 parts should I compile and where to install > > should I compile anything except i810 kmod for the kernel? > > I can't find any ready RPMs for Mesa 3.5, sho

Re: [Dri-devel] DRM, i810, IRQ conflict

2001-09-23 Thread jhartmann
Keith Whitwell wrote: > Michael Zayats wrote: > > > > The configuration is following: > > > > i810 + 2.4.3 + agpgart + 4.1.0 + kmod from 4.1.0 > > > > I have the following problem: > > > > when drm loads (from /var/log/XFree86.0.log) it reports that > > it can't register IRQ handler due to anothe

Re: [Dri-devel] Backwards compatibility status

2001-09-20 Thread jhartmann
Keith Whitwell wrote: > Jeff, Rik, Others, > > Can you please post a description of what the backwards compatibility kernel > code changes are, how they work, what developers are expected to do to keep > them working? > Here is a quick rundown of how the infrastructure works: During Xserver star