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
66f00344
Commit
66f00344
authored
Sep 29, 2006
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge source.mvista.com:/home/git/linux-omap-2.6
parents
df545530
b87347f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
arch/arm/plat-omap/fb.c
arch/arm/plat-omap/fb.c
+5
-0
include/asm-arm/arch-omap/omapfb.h
include/asm-arm/arch-omap/omapfb.h
+3
-1
No files found.
arch/arm/plat-omap/fb.c
View file @
66f00344
...
...
@@ -95,6 +95,11 @@ void omapfb_reserve_mem(void)
}
void
omapfb_set_ctrl_platform_data
(
void
*
data
)
{
omapfb_config
.
ctrl_platform_data
=
data
;
}
static
inline
int
omap_init_fb
(
void
)
{
const
struct
omap_lcd_config
*
conf
;
...
...
include/asm-arm/arch-omap/omapfb.h
View file @
66f00344
...
...
@@ -323,6 +323,7 @@ struct omapfb_device {
struct
omapfb_platform_data
{
struct
omap_lcd_config
lcd
;
struct
omapfb_mem_desc
mem_desc
;
void
*
ctrl_platform_data
;
};
#ifdef CONFIG_ARCH_OMAP1
...
...
@@ -344,8 +345,9 @@ extern int omapfb_update_window_async(struct fb_info *fbi,
void
(
*
callback
)(
void
*
),
void
*
callback_data
);
/* in arch/arm/plat-omap/
devices
.c */
/* in arch/arm/plat-omap/
fb
.c */
extern
void
omapfb_reserve_mem
(
void
);
extern
void
omapfb_set_ctrl_platform_data
(
void
*
pdata
);
#endif
/* __KERNEL__ */
...
...
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