forked from len0rd/rockbox
Greyscale ipod lcd driver: * Assembler optimised low level functions. PP5002 targets benefit most (lcd_update() speedup >50%, and the greyscale overlay no longer makes mp3 playback skip). * Consistent brace placement style.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16060 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f686700d4
commit
41cd44caa7
3 changed files with 339 additions and 134 deletions
|
|
@ -694,6 +694,7 @@ target/arm/ata-pp5020.c
|
|||
target/arm/ipod/adc-ipod-pcf.c
|
||||
target/arm/ipod/backlight-4g_color.c
|
||||
target/arm/ipod/button-clickwheel.c
|
||||
target/arm/ipod/lcd-as-gray.S
|
||||
target/arm/ipod/lcd-gray.c
|
||||
target/arm/ipod/power-ipod.c
|
||||
target/arm/ipod/powermgmt-ipod-pcf.c
|
||||
|
|
@ -762,6 +763,7 @@ target/arm/i2s-pp.c
|
|||
target/arm/ipod/adc-ipod-pcf.c
|
||||
target/arm/ipod/3g/backlight-3g.c
|
||||
target/arm/ipod/button-1g-3g.c
|
||||
target/arm/ipod/lcd-as-gray.S
|
||||
target/arm/ipod/lcd-gray.c
|
||||
target/arm/ipod/power-ipod.c
|
||||
target/arm/ipod/powermgmt-ipod-pcf.c
|
||||
|
|
@ -778,6 +780,7 @@ target/arm/ipod/1g2g/adc-ipod-1g2g.c
|
|||
target/arm/ipod/1g2g/backlight-1g2g.c
|
||||
target/arm/ipod/1g2g/powermgmt-1g2g.c
|
||||
target/arm/ipod/button-1g-3g.c
|
||||
target/arm/ipod/lcd-as-gray.S
|
||||
target/arm/ipod/lcd-gray.c
|
||||
target/arm/ipod/power-ipod.c
|
||||
target/arm/usb-fw-pp5002.c
|
||||
|
|
@ -794,6 +797,7 @@ target/arm/i2s-pp.c
|
|||
target/arm/ipod/adc-ipod-pcf.c
|
||||
target/arm/ipod/backlight-mini1g_mini2g.c
|
||||
target/arm/ipod/button-mini1g.c
|
||||
target/arm/ipod/lcd-as-gray.S
|
||||
target/arm/ipod/lcd-gray.c
|
||||
target/arm/ipod/power-ipod.c
|
||||
target/arm/ipod/powermgmt-ipod-pcf.c
|
||||
|
|
@ -811,6 +815,7 @@ target/arm/i2s-pp.c
|
|||
target/arm/ipod/adc-ipod-pcf.c
|
||||
target/arm/ipod/backlight-mini1g_mini2g.c
|
||||
target/arm/ipod/button-clickwheel.c
|
||||
target/arm/ipod/lcd-as-gray.S
|
||||
target/arm/ipod/lcd-gray.c
|
||||
target/arm/ipod/power-ipod.c
|
||||
target/arm/ipod/powermgmt-ipod-pcf.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue