Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4eccca20
Commit
4eccca20
authored
Nov 10, 2008
by
Catalin Marinas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RealView: Change the clcd panel controls to use RGB instead of BGR
Signed-off-by:
Catalin Marinas
<
catalin.marinas@arm.com
>
parent
c34a1025
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
arch/arm/mach-realview/core.c
arch/arm/mach-realview/core.c
+5
-5
No files found.
arch/arm/mach-realview/core.c
View file @
4eccca20
...
...
@@ -232,7 +232,7 @@ static struct clcd_panel vga = {
.
width
=
-
1
,
.
height
=
-
1
,
.
tim2
=
TIM2_BCD
|
TIM2_IPC
,
.
cntl
=
CNTL_LCDTFT
|
CNTL_LCDVCOMP
(
1
),
.
cntl
=
CNTL_LCDTFT
|
CNTL_
BGR
|
CNTL_
LCDVCOMP
(
1
),
.
bpp
=
16
,
};
...
...
@@ -255,7 +255,7 @@ static struct clcd_panel xvga = {
.
width
=
-
1
,
.
height
=
-
1
,
.
tim2
=
TIM2_BCD
|
TIM2_IPC
,
.
cntl
=
CNTL_LCDTFT
|
CNTL_LCDVCOMP
(
1
),
.
cntl
=
CNTL_LCDTFT
|
CNTL_
BGR
|
CNTL_
LCDVCOMP
(
1
),
.
bpp
=
16
,
};
...
...
@@ -278,7 +278,7 @@ static struct clcd_panel sanyo_3_8_in = {
.
width
=
-
1
,
.
height
=
-
1
,
.
tim2
=
TIM2_BCD
,
.
cntl
=
CNTL_LCDTFT
|
CNTL_LCDVCOMP
(
1
),
.
cntl
=
CNTL_LCDTFT
|
CNTL_
BGR
|
CNTL_
LCDVCOMP
(
1
),
.
bpp
=
16
,
};
...
...
@@ -301,7 +301,7 @@ static struct clcd_panel sanyo_2_5_in = {
.
width
=
-
1
,
.
height
=
-
1
,
.
tim2
=
TIM2_IVS
|
TIM2_IHS
|
TIM2_IPC
,
.
cntl
=
CNTL_LCDTFT
|
CNTL_LCDVCOMP
(
1
),
.
cntl
=
CNTL_LCDTFT
|
CNTL_
BGR
|
CNTL_
LCDVCOMP
(
1
),
.
bpp
=
16
,
};
...
...
@@ -324,7 +324,7 @@ static struct clcd_panel epson_2_2_in = {
.
width
=
-
1
,
.
height
=
-
1
,
.
tim2
=
TIM2_BCD
|
TIM2_IPC
,
.
cntl
=
CNTL_LCDTFT
|
CNTL_LCDVCOMP
(
1
),
.
cntl
=
CNTL_LCDTFT
|
CNTL_
BGR
|
CNTL_
LCDVCOMP
(
1
),
.
bpp
=
16
,
};
...
...
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