Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
c8e32816
Commit
c8e32816
authored
Jan 20, 2006
by
andrzej zaborowski
Committed by
Tony Lindgren
Jan 20, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ARM: OMAP: Fix LCD for PalmTE
Fix LCD for PalmTE
parent
0d50bd83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
drivers/video/omap/lcd_palmte.c
drivers/video/omap/lcd_palmte.c
+5
-5
No files found.
drivers/video/omap/lcd_palmte.c
View file @
c8e32816
...
...
@@ -24,9 +24,9 @@
#include <linux/module.h>
#include <asm/io.h>
#include <asm/arch/fpga.h>
#include "omapfb.h"
#include <asm/arch/fpga.h>
#include <asm/arch/omapfb.h>
/* #define OMAPFB_DBG 1 */
...
...
@@ -67,11 +67,11 @@ struct lcd_panel palmte_panel = {
.
name
=
"palmte"
,
.
config
=
OMAP_LCDC_PANEL_TFT
|
OMAP_LCDC_INV_VSYNC
|
OMAP_LCDC_INV_HSYNC
|
OMAP_LCDC_HSVS_RISING_EDGE
|
OMAP_LCDC_HSVS_OPPOSITE
;
OMAP_LCDC_HSVS_OPPOSITE
,
.
data_lines
=
16
,
.
bpp
=
8
,
.
pixel_clock
=
12
5
00
,
.
pixel_clock
=
12
0
00
,
.
x_res
=
320
,
.
y_res
=
320
,
.
hsw
=
4
,
...
...
@@ -80,7 +80,7 @@ struct lcd_panel palmte_panel = {
.
vsw
=
1
,
.
vfp
=
8
,
.
vbp
=
7
,
.
pcd
=
5
,
.
pcd
=
0
,
.
init
=
palmte_panel_init
,
.
cleanup
=
palmte_panel_cleanup
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment