summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/video/lcd-video.c
AgeCommit message (Expand)Author
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-01-10iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.Andree Buschmann
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-08-19fix redNils Wallménius
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-04-26Remove workaround for FS#10130 from 5G iPod LCD sleep codeBoris Gjenero
2009-04-13Code police: fix brace placement, remove trailing spacesBoris Gjenero
2009-04-12Fix redBoris Gjenero
2009-04-12Fixes and improvements for FS#9890 - iPod 5G: LCD sleep, BCM shutdown and boo...Boris Gjenero
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2009-02-21Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ...Andree Buschmann
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2007-11-26Speed up YUV blitting on iPod Video by ~8% (FS #8075 by Andree Buschmann).Jens Arnold
2007-11-02iPod Video LCD driver: Reintroduce the simple method of waiting for update co...Jens Arnold
2007-11-02Bootloaders are single core... (aka fix red)Jens Arnold
2007-11-02Major speedup of the iPod Video LCD driver. The internal update procedure of ...Jens Arnold
2007-10-28iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase ...Jens Arnold
2007-10-22Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschma...Jens Arnold
2007-10-16Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...Thom Johansen
2007-09-28FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video.Thom Johansen
2007-02-25Moved ipod LCD code to target tree.Jens Arnold