On Fri, Dec 13, 2002 at 05:43:51PM -0500, Leif Delgass wrote:
> FYI, I noticed this recent patch from Arjan van de Ven from lkml.  It's
> got page flipping and user-defined interrupts for i830 (for 2.4):
> 
> http://marc.theaimsgroup.com/?l=linux-kernel&m=103969295019388&w=2

Good catch.

> Out of curiosity, I just downloaded the i810/i815 specs.  At first glance
> I don't see why you couldn't use bit 7 of the interrupt registers on
> i810/i815 for VBLANK interrupts, rather than emitting a wait for vblank to
> the ring, but maybe I'm missing something.

That was my conclusion as well.  It appears that Arjan's patch does just
that for the i830.

I looked at the DRM code for the i810 and i830 a little bit.  There is more
overlap between those chips than there is between the R100 & R200!  Somebody
ought to take a stab at factoring out the common code / data structures into
shared source files.  It's too bad that we can't make a single i8xx.o DRM
module that's used by both the i810 and i830 drivers. :(

-- 
Smile!  http://antwrp.gsfc.nasa.gov/apod/ap990315.html


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to