On 1/1/08, LIU KAN <[EMAIL PROTECTED]> wrote:
> Hello, Grant
>
>         Thank you for the work on the patch of c67x00, I have use it
> successfully on PXA255, but I still have some problem.
>         Now I can use c67x00 together with usb-disk in 2.6 kerenl at a
> writing speed around 5MB/s. But when I use c67x00 to connect webcam, which
> is drived by ov511, I get the mosaic like picture in  attachment. And when I
> use cy7c67300 provided by cypress in 2.4 kernel with ov511, it work fine. Is
> this because the speed the c67x00 driver for iso_ transfers is too slow? or
> any other reason?
>         How can I solve the problem?

Most likely the scheduling algorithm is not quite right for the
c67x00.  I've had problems with that in the past myself.  You can try
playing around with the parameters in claim_frame_bw() in
c67x00-sched.c.  The web cam is probably using iso transfers so you
should try to find out if all the requested ISO transfers are actually
getting scheduled by the driver.

Please let me know what you find out.  This driver still needs a lot
of tuning and your observations will help a lot.

Cheers,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
[EMAIL PROTECTED]
(403) 399-0195
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to