diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-01-11 13:14:30 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-01-11 13:14:30 +0100 |
commit | 5ef27368f1bcbe31fb27072983d7a29df8de6845 (patch) | |
tree | 887bb309b990fad972321ce71fa18cb3c312ca31 /firmware/target | |
parent | cfccd57dcbc54547366d65f67968165dfb1e70c9 (diff) | |
download | rockbox-5ef27368f1bcbe31fb27072983d7a29df8de6845.tar.gz rockbox-5ef27368f1bcbe31fb27072983d7a29df8de6845.zip |
lcd: fix function name in comments in assembly files (lcd_write_yup_420 instead of lcd_write_yuv420)
Diffstat (limited to 'firmware/target')
8 files changed, 16 insertions, 16 deletions
diff --git a/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S b/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S index 690641c850..feffe6fb96 100644 --- a/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S +++ b/firmware/target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S | |||
@@ -27,7 +27,7 @@ | |||
27 | #define DBOP_BUSY (1<<10) | 27 | #define DBOP_BUSY (1<<10) |
28 | 28 | ||
29 | /**************************************************************************** | 29 | /**************************************************************************** |
30 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 30 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
31 | * int width, | 31 | * int width, |
32 | * int stride); | 32 | * int stride); |
33 | * | 33 | * |
@@ -246,7 +246,7 @@ lcd_write_yuv420_lines: | |||
246 | .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines | 246 | .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines |
247 | 247 | ||
248 | /**************************************************************************** | 248 | /**************************************************************************** |
249 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 249 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
250 | * int width, | 250 | * int width, |
251 | * int stride, | 251 | * int stride, |
252 | * int x_screen, | 252 | * int x_screen, |
diff --git a/firmware/target/arm/iriver/h10/lcd-as-h10.S b/firmware/target/arm/iriver/h10/lcd-as-h10.S index 8e851d8441..8ac8b4289f 100644 --- a/firmware/target/arm/iriver/h10/lcd-as-h10.S +++ b/firmware/target/arm/iriver/h10/lcd-as-h10.S | |||
@@ -25,7 +25,7 @@ | |||
25 | #include "cpu.h" | 25 | #include "cpu.h" |
26 | 26 | ||
27 | /**************************************************************************** | 27 | /**************************************************************************** |
28 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 28 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
29 | * int width, | 29 | * int width, |
30 | * int stride); | 30 | * int stride); |
31 | * | 31 | * |
@@ -238,7 +238,7 @@ lcd_write_yuv420_lines: | |||
238 | 238 | ||
239 | 239 | ||
240 | /**************************************************************************** | 240 | /**************************************************************************** |
241 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 241 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
242 | * int width, | 242 | * int width, |
243 | * int stride, | 243 | * int stride, |
244 | * int x_screen, | 244 | * int x_screen, |
diff --git a/firmware/target/arm/lcd-as-memframe.S b/firmware/target/arm/lcd-as-memframe.S index dccc947649..163eacefe6 100644 --- a/firmware/target/arm/lcd-as-memframe.S +++ b/firmware/target/arm/lcd-as-memframe.S | |||
@@ -106,7 +106,7 @@ lcd_copy_buffer_rect: @ | |||
106 | .size lcd_copy_buffer_rect, .-lcd_copy_buffer_rect | 106 | .size lcd_copy_buffer_rect, .-lcd_copy_buffer_rect |
107 | 107 | ||
108 | /**************************************************************************** | 108 | /**************************************************************************** |
109 | * void lcd_write_yuv_420_lines(fb_data *dst, | 109 | * void lcd_write_yuv420_lines(fb_data *dst, |
110 | * unsigned char const * const src[3], | 110 | * unsigned char const * const src[3], |
111 | * int width, | 111 | * int width, |
112 | * int stride); | 112 | * int stride); |
@@ -350,7 +350,7 @@ lcd_write_yuv420_lines: | |||
350 | 350 | ||
351 | 351 | ||
352 | /**************************************************************************** | 352 | /**************************************************************************** |
353 | * void lcd_write_yuv_420_lines_odither(fb_data *dst, | 353 | * void lcd_write_yuv420_lines_odither(fb_data *dst, |
354 | * unsigned char const * const src[3], | 354 | * unsigned char const * const src[3], |
355 | * int width, | 355 | * int width, |
356 | * int stride, | 356 | * int stride, |
diff --git a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S index 9079be6aa7..e03011c168 100644 --- a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S +++ b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S | |||
@@ -26,7 +26,7 @@ | |||
26 | #include "cpu.h" | 26 | #include "cpu.h" |
27 | 27 | ||
28 | /**************************************************************************** | 28 | /**************************************************************************** |
29 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 29 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
30 | * int width, | 30 | * int width, |
31 | * int stride); | 31 | * int stride); |
32 | * | 32 | * |
@@ -249,7 +249,7 @@ lcd_write_yuv420_lines: | |||
249 | 249 | ||
250 | 250 | ||
251 | /**************************************************************************** | 251 | /**************************************************************************** |
252 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 252 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
253 | * int width, | 253 | * int width, |
254 | * int stride, | 254 | * int stride, |
255 | * int x_screen, | 255 | * int x_screen, |
diff --git a/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S b/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S index 7be807ae98..3bb3530917 100644 --- a/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S +++ b/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S | |||
@@ -25,7 +25,7 @@ | |||
25 | #include "cpu.h" | 25 | #include "cpu.h" |
26 | 26 | ||
27 | /**************************************************************************** | 27 | /**************************************************************************** |
28 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 28 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
29 | * int width, | 29 | * int width, |
30 | * int stride); | 30 | * int stride); |
31 | * | 31 | * |
@@ -254,7 +254,7 @@ lcd_write_yuv420_lines: | |||
254 | 254 | ||
255 | 255 | ||
256 | /**************************************************************************** | 256 | /**************************************************************************** |
257 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 257 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
258 | * int width, | 258 | * int width, |
259 | * int stride, | 259 | * int stride, |
260 | * int x_screen, | 260 | * int x_screen, |
diff --git a/firmware/target/arm/samsung/yh820/lcd-as-yh820.S b/firmware/target/arm/samsung/yh820/lcd-as-yh820.S index d8dfccc37b..542ceeeb36 100644 --- a/firmware/target/arm/samsung/yh820/lcd-as-yh820.S +++ b/firmware/target/arm/samsung/yh820/lcd-as-yh820.S | |||
@@ -24,7 +24,7 @@ | |||
24 | #include "cpu.h" | 24 | #include "cpu.h" |
25 | 25 | ||
26 | /**************************************************************************** | 26 | /**************************************************************************** |
27 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 27 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
28 | * int width, | 28 | * int width, |
29 | * int stride); | 29 | * int stride); |
30 | * | 30 | * |
@@ -243,7 +243,7 @@ lcd_write_yuv420_lines: | |||
243 | .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines | 243 | .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines |
244 | 244 | ||
245 | /**************************************************************************** | 245 | /**************************************************************************** |
246 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 246 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
247 | * int width, | 247 | * int width, |
248 | * int stride, | 248 | * int stride, |
249 | * int x_screen, | 249 | * int x_screen, |
diff --git a/firmware/target/arm/samsung/yh925/lcd-as-yh925.S b/firmware/target/arm/samsung/yh925/lcd-as-yh925.S index 8e851d8441..8ac8b4289f 100644 --- a/firmware/target/arm/samsung/yh925/lcd-as-yh925.S +++ b/firmware/target/arm/samsung/yh925/lcd-as-yh925.S | |||
@@ -25,7 +25,7 @@ | |||
25 | #include "cpu.h" | 25 | #include "cpu.h" |
26 | 26 | ||
27 | /**************************************************************************** | 27 | /**************************************************************************** |
28 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 28 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
29 | * int width, | 29 | * int width, |
30 | * int stride); | 30 | * int stride); |
31 | * | 31 | * |
@@ -238,7 +238,7 @@ lcd_write_yuv420_lines: | |||
238 | 238 | ||
239 | 239 | ||
240 | /**************************************************************************** | 240 | /**************************************************************************** |
241 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 241 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
242 | * int width, | 242 | * int width, |
243 | * int stride, | 243 | * int stride, |
244 | * int x_screen, | 244 | * int x_screen, |
diff --git a/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S b/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S index d8dfccc37b..542ceeeb36 100644 --- a/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S +++ b/firmware/target/arm/sandisk/sansa-c200/lcd-as-c200.S | |||
@@ -24,7 +24,7 @@ | |||
24 | #include "cpu.h" | 24 | #include "cpu.h" |
25 | 25 | ||
26 | /**************************************************************************** | 26 | /**************************************************************************** |
27 | * void lcd_write_yuv_420_lines(unsigned char const * const src[3], | 27 | * void lcd_write_yuv420_lines(unsigned char const * const src[3], |
28 | * int width, | 28 | * int width, |
29 | * int stride); | 29 | * int stride); |
30 | * | 30 | * |
@@ -243,7 +243,7 @@ lcd_write_yuv420_lines: | |||
243 | .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines | 243 | .size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines |
244 | 244 | ||
245 | /**************************************************************************** | 245 | /**************************************************************************** |
246 | * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], | 246 | * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], |
247 | * int width, | 247 | * int width, |
248 | * int stride, | 248 | * int stride, |
249 | * int x_screen, | 249 | * int x_screen, |