Page 2 of 2

Re: MODE_FIFO flickering/corrupt

Posted: Thu Sep 22, 2011 12:57 am
by elhobbs
Yes, I am double buffering. The frame is being decompressed to an 8 bit double buffer then expanded to a 16 bit double buffer for the mode FIFO dma. Removing the extra copies and having it decompress the frame directly to the 16 bit double buffer is what I am going to try next. Won't be able to try it until tomorrow night though.