On Sun 2010-04-11 10:05:12, Bernie Thompson wrote:
I'm not doing any memory mapped access (that's what mmio means,
right?). I even checked with strace -- cat uses plain old
read()/write() syscalls.
cat /bin/bash > /dev/fb1
(can you try it on your system? do we agree that it should fill cca
half of screen with noise?)
Ok, I'll take a look.... ...
Todo
(this should really go to udlfb/TODO).
...
* Disable defio by default, unfortunately, because of several
bugs without obvious solutions
* rendering problems with pages (lines) that no longer get
updated - writes to those are
no longer triggering deferred processing
* When running 2 USB adapters, dirty pages for one instance
seem to affect the other, and
vice versa (udlfb has no common state, so appears to be in
defio or mmu handling)
* cases where we hit a kernel oops in the deferred io
handler when it tries to touch the
pages it's been asked to handle.
...
Aha, so this one is even known. How do I re-enable defio support, so
that it can be debugged?
And... can we do something stupid like full repaint once a second to
get basically working driver?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--