tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pm2fb driver



Dear Michael-san.

Hello.

I'm glad to receive a reply from you.
I appreciate your help.

>The bitblt problem might be an endianness side effect, I remember lots
>of trouble getting it to work right in 8bit mode ( with copying pixels
>in 32bit quantities for speed )

It seems to be work fine on TVP4020 chip card.
(The reason I do not know...)
--------------------------------
#if BYTE_ORDER == LITTLE_ENDIAN
    adjust = 1;
#else
    adjust = ((xd & 3) - (xs & 3));
#endif
--------------------------------

If you need, I will send Raptor GFX(TVP4020) card.

Please contact me if you need anything.
I'll be happy to help you.

Best regards,

--
Naruaki Etomi
nullnilaki%gmail.com@localhost


Home | Main Index | Thread Index | Old Index