Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: include/lcd.h

Issue 1329001: ST1.5 board support and some ST1.0/1.5 common changes. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/configs/chromeos/st1q/recovery.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/lcd.h
diff --git a/include/lcd.h b/include/lcd.h
index 2bb229090b07efbb2d1b0934baf7429cf7df5445..16905786373bbd9b5ad7917af42b61ec6c75e747 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -4,7 +4,7 @@
*
* Modeled after video interface by Paolo Scaffardi
*
- * Copyright (c) 2009, Code Aurora Forum. All rights reserved.
+ * Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved.
*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@@ -195,6 +195,7 @@ typedef struct vidinfo {
uint vl_vbp; /* Vertical Back porch */
uint vl_vfp; /* Vertical Front porch */
uint vl_hsync_width; /* Horizontal Sync width */
+ uint vl_vsync_width; /* Vertical Sync width */
u_char vl_bpix; /* Bits per pixel,CUSTOMISE!! */
ushort *cmap; /* Pointer to colormap, not needed in 24bpp */
void *vl_palette_base; /*Pointer to palette*/
« no previous file with comments | « include/configs/chromeos/st1q/recovery.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698