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
97fb590f
Commit
97fb590f
authored
Oct 12, 2009
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fb: davinci: DMx driver
parent
207ca2dd
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2192 additions
and
0 deletions
+2192
-0
drivers/video/Kconfig
drivers/video/Kconfig
+15
-0
drivers/video/Makefile
drivers/video/Makefile
+1
-0
drivers/video/davincifb.c
drivers/video/davincifb.c
+1734
-0
include/video/davincifb.h
include/video/davincifb.h
+442
-0
No files found.
drivers/video/Kconfig
View file @
97fb590f
...
...
@@ -2023,6 +2023,21 @@ config FB_IBM_GXT4500
Say Y here to enable support for the IBM GXT4500P display
adaptor, found on some IBM System P (pSeries) machines.
config FB_DAVINCI
bool "Davinci Framebuffer support"
depends on FB && ARCH_DAVINCI
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
help
This is the frame buffer device driver for the DaVinci video
hardware found on the TI DaVinci EVM. If
unsure, say N.
config FB_VIRTUAL
tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
depends on FB
config FB_PS3
tristate "PS3 GPU framebuffer driver"
depends on FB && PS3_PS3AV
...
...
drivers/video/Makefile
View file @
97fb590f
...
...
@@ -143,6 +143,7 @@ obj-$(CONFIG_FB_BFIN_LQ035Q1) += bfin-lq035q1-fb.o
obj-$(CONFIG_FB_BFIN_T350MCQB)
+=
bfin-t350mcqb-fb.o
obj-$(CONFIG_FB_MX3)
+=
mx3fb.o
obj-$(CONFIG_FB_DA8XX)
+=
da8xx-fb.o
obj-$(CONFIG_FB_DAVINCI)
+=
davincifb.o
# the test framebuffer is last
obj-$(CONFIG_FB_VIRTUAL)
+=
vfb.o
...
...
drivers/video/davincifb.c
0 → 100644
View file @
97fb590f
This diff is collapsed.
Click to expand it.
include/video/davincifb.h
0 → 100644
View file @
97fb590f
This diff is collapsed.
Click to expand it.
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