summaryrefslogtreecommitdiff
path: root/firmware/target/arm/samsung
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-01-11 13:14:30 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2012-01-11 13:14:30 +0100
commit5ef27368f1bcbe31fb27072983d7a29df8de6845 (patch)
tree887bb309b990fad972321ce71fa18cb3c312ca31 /firmware/target/arm/samsung
parentcfccd57dcbc54547366d65f67968165dfb1e70c9 (diff)
downloadrockbox-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/arm/samsung')
-rw-r--r--firmware/target/arm/samsung/yh820/lcd-as-yh820.S4
-rw-r--r--firmware/target/arm/samsung/yh925/lcd-as-yh925.S4
2 files changed, 4 insertions, 4 deletions
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,