forked from len0rd/rockbox
H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% speedup in tests depending on video size. * Don't set HORIZ_RAM_ADDR_POS for LCD updates, it's unnecessary. * Started the target tree move for H300 with this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10724 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d5fe8030ba
commit
9af13c327e
4 changed files with 437 additions and 226 deletions
|
|
@ -179,7 +179,7 @@ thread.c
|
|||
timer.c
|
||||
crt0.S
|
||||
drivers/lcd.S
|
||||
#endif
|
||||
#endif
|
||||
mp3_playback.c
|
||||
mp3data.c
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
|
|
@ -251,6 +251,10 @@ target/coldfire/iaudio/x5/lcd-remote-x5.c
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef IRIVER_H300_SERIES
|
||||
target/coldfire/iriver/h300/lcd-as-h300.S
|
||||
#endif
|
||||
|
||||
#ifdef IRIVER_H10
|
||||
#ifndef SIMULATOR
|
||||
target/arm/iriver/h10/backlight-h10.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue