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
53bd1a42
Commit
53bd1a42
authored
Aug 29, 2013
by
Tomi Valkeinen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '3.12/da8xx' into 3.12/fbdev
Merge da8xx-fb improvements from Darren Etheridge.
parents
fd3cd7ee
979778ff
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
216 additions
and
149 deletions
+216
-149
drivers/video/Kconfig
drivers/video/Kconfig
+5
-3
drivers/video/da8xx-fb.c
drivers/video/da8xx-fb.c
+206
-146
include/video/da8xx-fb.h
include/video/da8xx-fb.h
+5
-0
No files found.
drivers/video/Kconfig
View file @
53bd1a42
...
...
@@ -2221,15 +2221,17 @@ config FB_SH7760
panels <= 320 pixel horizontal resolution.
config FB_DA8XX
tristate "DA8xx/OMAP-L1xx Framebuffer support"
depends on FB &&
ARCH_DAVINCI_DA8XX
tristate "DA8xx/OMAP-L1xx
/AM335x
Framebuffer support"
depends on FB &&
(ARCH_DAVINCI_DA8XX || SOC_AM33XX)
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select FB_CFB_REV_PIXELS_IN_BYTE
select FB_MODE_HELPERS
select VIDEOMODE_HELPERS
---help---
This is the frame buffer device driver for the TI LCD controller
found on DA8xx/OMAP-L1xx SoCs.
found on DA8xx/OMAP-L1xx
/AM335x
SoCs.
If unsure, say N.
config FB_VIRTUAL
...
...
drivers/video/da8xx-fb.c
View file @
53bd1a42
This diff is collapsed.
Click to expand it.
include/video/da8xx-fb.h
View file @
53bd1a42
...
...
@@ -23,6 +23,11 @@ enum raster_load_mode {
LOAD_PALETTE
,
};
enum
da8xx_frame_complete
{
DA8XX_FRAME_WAIT
,
DA8XX_FRAME_NOWAIT
,
};
struct
da8xx_lcdc_platform_data
{
const
char
manu_name
[
10
];
void
*
controller_data
;
...
...
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