return NONE;
}
-int lcd_line_length;
void *lcd_base;
-short console_col;
-short console_row;
-void *lcd_console_address;
void lcd_ctrl_init(void *lcdbase)
{
LCD_WIDTH, LCD_HEIGHT, LCD_BPP
};
-int lcd_line_length;
-
/*
* Frame buffer memory information
*/
void *lcd_base; /* Start of framebuffer memory */
-void *lcd_console_address; /* Start of console buffer */
-
-short console_col = 0;
-short console_row = 0;
/*
* The device we use to communicate with PSoC
static int lcd_color_fg;
static int lcd_color_bg;
+int lcd_line_length;
char lcd_is_enabled = 0;
+static short console_col;
+static short console_row;
+
+static void *lcd_console_address;
+
static char lcd_flush_dcache; /* 1 to flush dcache after each lcd update */
#include <lcd.h>
#include <atmel_hlcdc.h>
-int lcd_line_length;
-
void *lcd_base; /* Start of framebuffer memory */
-void *lcd_console_address; /* Start of console buffer */
-
-short console_col;
-short console_row;
/* configurable parameters */
#define ATMEL_LCDC_CVAL_DEFAULT 0xc8
#include <lcd.h>
#include <atmel_lcdc.h>
-int lcd_line_length;
-
void *lcd_base; /* Start of framebuffer memory */
-void *lcd_console_address; /* Start of console buffer */
-
-short console_col;
-short console_row;
/* configurable parameters */
#define ATMEL_LCDC_CVAL_DEFAULT 0xc8
#include "exynos_fb.h"
-int lcd_line_length;
-
void *lcd_base;
-void *lcd_console_address;
-
-short console_col;
-short console_row;
static unsigned int panel_width, panel_height;
/*----------------------------------------------------------------------*/
-int lcd_line_length;
-
/*
* Frame buffer memory information
*/
void *lcd_base; /* Start of framebuffer memory */
-void *lcd_console_address; /* Start of console buffer */
-
-short console_col;
-short console_row;
/************************************************************************/
void lcd_ctrl_init (void *lcdbase);
void lcd_enable (void);
-int lcd_line_length;
-
void *lcd_base; /* Start of framebuffer memory */
-void *lcd_console_address; /* Start of console buffer */
-
-short console_col;
-short console_row;
static int pxafb_init_mem (void *lcdbase, vidinfo_t *vid);
static void pxafb_setup_gpio (vidinfo_t *vid);
LCD_MAX_LOG2_BPP = 4, /* 2^4 = 16 bpp */
};
-int lcd_line_length;
-
void *lcd_base; /* Start of framebuffer memory */
-void *lcd_console_address; /* Start of console buffer */
-
-short console_col;
-short console_row;
vidinfo_t panel_info = {
/* Insert a value here so that we don't end up in the BSS */
* Frame buffer memory information
*/
extern void *lcd_base; /* Start of framebuffer memory */
-extern void *lcd_console_address; /* Start of console buffer */
-extern short console_col;
-extern short console_row;
extern struct vidinfo panel_info;
extern void lcd_ctrl_init (void *lcdbase);