-
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: 342292 b: refs/heads/master c: 2eae613 h: refs/heads/master v: v3
- Loading branch information
Arun Kumar K
authored and
Kukjin Kim
committed
Oct 19, 2012
1 parent
c5c15c5
commit 333466f
Showing
10 changed files
with
99 additions
and
2 deletions.
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: 70191db9308e33b5d0063f3a4a6ad22abf594a9d | ||
refs/heads/master: 2eae613b95a786714bd1b5825ea3abc78d229d3f |
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,23 @@ | ||
* Samsung Multi Format Codec (MFC) | ||
|
||
Multi Format Codec (MFC) is the IP present in Samsung SoCs which | ||
supports high resolution decoding and encoding functionalities. | ||
The MFC device driver is a v4l2 driver which can encode/decode | ||
video raw/elementary streams and has support for all popular | ||
video codecs. | ||
|
||
Required properties: | ||
- compatible : value should be either one among the following | ||
(a) "samsung,mfc-v5" for MFC v5 present in Exynos4 SoCs | ||
(b) "samsung,mfc-v6" for MFC v6 present in Exynos5 SoCs | ||
|
||
- reg : Physical base address of the IP registers and length of memory | ||
mapped region. | ||
|
||
- interrupts : MFC interrupt number to the CPU. | ||
|
||
- samsung,mfc-r : Base address of the first memory bank used by MFC | ||
for DMA contiguous memory allocation and its size. | ||
|
||
- samsung,mfc-l : Base address of the second memory bank used by MFC | ||
for DMA contiguous memory allocation and its size. |
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
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
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