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
nexedi
linux
Commits
3879f5d6
Commit
3879f5d6
authored
Mar 16, 2009
by
Russell King
Committed by
Russell King
Mar 16, 2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'imx-fb-fix' of
git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
into devel
Conflicts: drivers/video/mx3fb.c
parents
607b067e
6e1588cb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1174 additions
and
1174 deletions
+1174
-1174
arch/arm/plat-mxc/include/mach/mx3fb.h
arch/arm/plat-mxc/include/mach/mx3fb.h
+13
-13
drivers/video/Kconfig
drivers/video/Kconfig
+10
-10
drivers/video/Makefile
drivers/video/Makefile
+1
-1
drivers/video/mx3fb.c
drivers/video/mx3fb.c
+1150
-1150
No files found.
arch/arm/plat-mxc/include/mach/mx3fb.h
View file @
3879f5d6
drivers/video/Kconfig
View file @
3879f5d6
drivers/video/Makefile
View file @
3879f5d6
drivers/video/mx3fb.c
View file @
3879f5d6
...
...
@@ -488,7 +488,7 @@ static int sdc_init_panel(struct mx3fb_data *mx3fb, enum ipu_panel panel,
/*
* Calculate divider: fractional part is 4 bits so simply multiple by
* 2
4 to get fractional part, as long as we stay under ~250MHz and on
* 2^
4 to get fractional part, as long as we stay under ~250MHz and on
* i.MX31 it (HSP_CLK) is <= 178MHz. Currently 128.267MHz
*/
dev_dbg
(
mx3fb
->
dev
,
"pixel clk = %d
\n
"
,
pixel_clk
);
...
...
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