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