index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
sandisk
/
sansa-e200
/
lcd-e200.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
kernel: Break out kernel primitives into separate files and move to separate ...
Thomas Martitz
2014-03-03
*
Convert remaining memframe LCDs that can be convert to common code.
Michael Sevakis
2011-12-16
*
Fix r31311 red and yellow.
Michael Sevakis
2011-12-15
*
Collect some of the memory frame LCD C code.
Michael Sevakis
2011-12-15
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-10-20
*
fix more red
Nils Wallménius
2009-08-19
*
Remove that orphaned and wrong #if
Thomas Martitz
2009-03-30
*
Fix yellow.
Thomas Martitz
2009-03-30
*
Correct some preprocessor checks.
Thomas Martitz
2009-03-29
*
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
2009-03-17
*
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
2009-03-17
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...
Michael Sevakis
2008-05-28
*
e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.
Michael Sevakis
2008-04-06
*
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-04-06
*
Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...
Jens Arnold
2008-03-24
*
Add some CACHEALIGN_* macros and a helper function to assist in aligning data...
Michael Sevakis
2007-11-08
*
Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.
Barry Wardell
2007-11-05
*
Fix red.
Barry Wardell
2007-11-05
*
Get rid of some more inl/outl and use the new GPO32 define instead.
Barry Wardell
2007-11-05
*
e200: shorten some delays so the backlight turn on is snappier. Values seem t...
Michael Sevakis
2007-10-28
*
Improved H10 ADC driver. We now do things exactly as the OF does. This includ...
Barry Wardell
2007-10-16
*
Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ...
Michael Sevakis
2007-10-04
*
PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...
Michael Sevakis
2007-10-04
*
Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...
Michael Sevakis
2007-09-25
*
Faster video rendering for e200 and Gigabeat.
Michael Sevakis
2007-09-12
*
Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Bac...
Michael Sevakis
2007-09-05
*
Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...
Michael Sevakis
2007-07-31
*
e200: Remove all that inlining in the display driver to get rid of the bloat....
Michael Sevakis
2007-07-09
*
e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...
Michael Sevakis
2007-07-08
*
e200: Better sync of display enabling and display update. The display would b...
Michael Sevakis
2007-06-07
*
e200: Add register defines for the LCD driver IC.
Michael Sevakis
2007-05-01
*
FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when ba...
Barry Wardell
2007-04-23
*
clean up some #include's
Christian Gmeiner
2007-04-22
*
e200: Use cached memory for the yuv chroma buffer. Gives some speedup. Align ...
Michael Sevakis
2007-04-14
*
Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...
Michael Sevakis
2007-04-13
*
Optimized lcd_yuv_blit() (used by mpegplayer) for the Sansa E200. This is ju...
Dave Chapman
2007-04-06
*
Fix blitting on Sansa so Mpegplayer works again
Daniel Ankers
2007-03-21
*
Sansa LCD: Make the second framebuffer static
Daniel Ankers
2007-03-20
*
Improved LCD driver for Sansa. Uses double-buffering to cure the flickering....
Daniel Ankers
2007-03-20
*
Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...
Barry Wardell
2007-03-03
*
FS#6675: Add lcd_yuv_blit() for the Sansa. Thanks to Rene Peinthor. This make...
Barry Wardell
2007-02-19
*
Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...
Daniel Ankers
2006-11-22
*
Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. A...
Daniel Ankers
2006-10-16
*
better names for the target-specific files and define PP5024 properly
Daniel Stenberg
2006-08-01