lcd: fix function name in comments in assembly files (lcd_write_yup_420 instead of lcd_write_yuv420)
This commit is contained in:
parent
cfccd57dcb
commit
5ef27368f1
8 changed files with 16 additions and 16 deletions
|
@ -27,7 +27,7 @@
|
|||
#define DBOP_BUSY (1<<10)
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
*
|
||||
|
@ -246,7 +246,7 @@ lcd_write_yuv420_lines:
|
|||
.size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
* int x_screen,
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "cpu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
*
|
||||
|
@ -238,7 +238,7 @@ lcd_write_yuv420_lines:
|
|||
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
* int x_screen,
|
||||
|
|
|
@ -106,7 +106,7 @@ lcd_copy_buffer_rect: @
|
|||
.size lcd_copy_buffer_rect, .-lcd_copy_buffer_rect
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(fb_data *dst,
|
||||
* void lcd_write_yuv420_lines(fb_data *dst,
|
||||
* unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
|
@ -350,7 +350,7 @@ lcd_write_yuv420_lines:
|
|||
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(fb_data *dst,
|
||||
* void lcd_write_yuv420_lines_odither(fb_data *dst,
|
||||
* unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "cpu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
*
|
||||
|
@ -249,7 +249,7 @@ lcd_write_yuv420_lines:
|
|||
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
* int x_screen,
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "cpu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
*
|
||||
|
@ -254,7 +254,7 @@ lcd_write_yuv420_lines:
|
|||
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
* int x_screen,
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "cpu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
*
|
||||
|
@ -243,7 +243,7 @@ lcd_write_yuv420_lines:
|
|||
.size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
* int x_screen,
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "cpu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
*
|
||||
|
@ -238,7 +238,7 @@ lcd_write_yuv420_lines:
|
|||
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
* int x_screen,
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "cpu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride);
|
||||
*
|
||||
|
@ -243,7 +243,7 @@ lcd_write_yuv420_lines:
|
|||
.size lcd_write_yuv420_lines, .-lcd_write_yuv420_lines
|
||||
|
||||
/****************************************************************************
|
||||
* void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3],
|
||||
* void lcd_write_yuv420_lines_odither(unsigned char const * const src[3],
|
||||
* int width,
|
||||
* int stride,
|
||||
* int x_screen,
|
||||
|
|
Loading…
Reference in a new issue