As far as I'm concerned its not the place to add acceleration. If you want acceleration, write a real driver for the hardware.
Though I could probably be tempted to do something with the gallium XA state tracker, but it would depend on how ugly it would make things look.
But yeah it's pretty much feature complete from what I'll be doing with it.
the main reason is to have a driver for hw where I don't care about accel, but can work with multiple heads.
Dave.
Certainly, but we already have the situation where the DDX driver and the KMS driver are working in tandem. Naively I would imagine that acceleration in the DDX driver could go through the DRI driver where that makes sense and be pushed down to the KMS driver where it doesn't. Not as in tomorrow of course, but in the longer term.
On the other hand since I'm sure that other people must have thought of this too I assume that there are a couple of flies that I haven't spotted in that ointment.