-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 193052 b: refs/heads/master c: 5c7ab63 h: refs/heads/master v: v3
- Loading branch information
Vaibhav Hiremath
authored and
Mauro Carvalho Chehab
committed
May 19, 2010
1 parent
7be89c7
commit 31f22df
Showing
9 changed files
with
3,141 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0e1de38db83606d802cf2b3e00cf95fc693b8ca2 | ||
refs/heads/master: 5c7ab6348e7b3fcca2b8ee548306c774472971e2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
config VIDEO_OMAP2_VOUT | ||
tristate "OMAP2/OMAP3 V4L2-Display driver" | ||
depends on ARCH_OMAP24XX || ARCH_OMAP34XX | ||
select VIDEOBUF_GEN | ||
select VIDEOBUF_DMA_SG | ||
select OMAP2_DSS | ||
select OMAP2_VRAM | ||
select OMAP2_VRFB | ||
default n | ||
---help--- | ||
V4L2 Display driver support for OMAP2/3 based boards. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# Makefile for the omap video device drivers. | ||
# | ||
|
||
# OMAP2/3 Display driver | ||
omap-vout-mod-objs := omap_vout.o omap_voutlib.o | ||
obj-$(CONFIG_VIDEO_OMAP2_VOUT) += omap-vout-mod.o |
Oops, something went wrong.