On Wed, 4 Jan 2012 00:04:18 +0100, Daniel Vetter <daniel at ffwll.ch> wrote: > I kinda prefer Chris' approach of sticking with irqs, but backing it up > with a timer in the msec range. Can't find that patch though atm (iirc > it's in bugzilla somewhere). I think we've resolved that the interrupt arrives, but that it is not serialized wrt the memory write. So, what I'd love to see is whether waiting for the irq and then busy looping for 'a while' works. This would allow for long-running operations to idle the CPU and then hit the interrupt and spin until the memory write is recognized. Any solution which can leave operations unacknowledged for 'ms' timeframes seems like a potential for serious performance problems. Eric's simple spinning approach seems fine for the BLT ring which we don't use that often; something more complicated and yet not entirely timer-based might be more efficient for longer-running operations. -- keith.packard at intel.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 827 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20120103/dcfcd949/attachment.pgp>