forked from torvalds/linux
-
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.
Merge drm-upstream/drm-next into drm-misc-next
We got a few conflicts in drm_atomic.c after merging the DRM writeback support, now we need a backmerge to unlock develop development on drm-misc-next. Signed-off-by: Gustavo Padovan <[email protected]>
- Loading branch information
Showing
1,448 changed files
with
57,660 additions
and
24,139 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
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
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,27 @@ | ||
* Samsung Exynos Image Scaler | ||
|
||
Required properties: | ||
- compatible : value should be one of the following: | ||
(a) "samsung,exynos5420-scaler" for Scaler IP in Exynos5420 | ||
(b) "samsung,exynos5433-scaler" for Scaler IP in Exynos5433 | ||
|
||
- reg : Physical base address of the IP registers and length of memory | ||
mapped region. | ||
|
||
- interrupts : Interrupt specifier for scaler interrupt, according to format | ||
specific to interrupt parent. | ||
|
||
- clocks : Clock specifier for scaler clock, according to generic clock | ||
bindings. (See Documentation/devicetree/bindings/clock/exynos*.txt) | ||
|
||
- clock-names : Names of clocks. For exynos scaler, it should be "mscl" | ||
on 5420 and "pclk", "aclk" and "aclk_xiu" on 5433. | ||
|
||
Example: | ||
scaler@12800000 { | ||
compatible = "samsung,exynos5420-scaler"; | ||
reg = <0x12800000 0x1294>; | ||
interrupts = <0 220 IRQ_TYPE_LEVEL_HIGH>; | ||
clocks = <&clock CLK_MSCL0>; | ||
clock-names = "mscl"; | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -177,14 +177,14 @@ BUGS | |
**** | ||
|
||
|
||
Report bugs to Mauro Carvalho Chehab <mchehab@s-opensource.com> | ||
Report bugs to Mauro Carvalho Chehab <mchehab@kernel.org> | ||
|
||
|
||
COPYRIGHT | ||
********* | ||
|
||
|
||
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab@s-opensource.com>. | ||
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab[email protected]>. | ||
|
||
License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ communicating in English you can also ask the Chinese maintainer for | |
help. Contact the Chinese maintainer if this translation is outdated | ||
or if there is a problem with the translation. | ||
|
||
Maintainer: Mauro Carvalho Chehab <mchehab@infradead.org> | ||
Maintainer: Mauro Carvalho Chehab <mchehab@kernel.org> | ||
Chinese maintainer: Fu Wei <[email protected]> | ||
--------------------------------------------------------------------- | ||
Documentation/video4linux/v4l2-framework.txt 的中文翻译 | ||
|
||
如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 | ||
交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 | ||
译存在问题,请联系中文版维护者。 | ||
英文版维护者: Mauro Carvalho Chehab <mchehab@infradead.org> | ||
英文版维护者: Mauro Carvalho Chehab <mchehab@kernel.org> | ||
中文版维护者: 傅炜 Fu Wei <[email protected]> | ||
中文版翻译者: 傅炜 Fu Wei <[email protected]> | ||
中文版校译者: 傅炜 Fu Wei <[email protected]> | ||
|
Oops, something went wrong.