-
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 remote-tracking branch 'airlied/drm-next' into drm-intel-next-q…
…ueued Backmerge latest drm-next to pull in the s/fence/dma_fence/ rework, needed before we merge more i915 fencing patches. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
- Loading branch information
Showing
310 changed files
with
10,032 additions
and
6,107 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
Documentation/devicetree/bindings/video/bridge/sil-sii8620.txt
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,33 @@ | ||
Silicon Image SiI8620 HDMI/MHL bridge bindings | ||
|
||
Required properties: | ||
- compatible: "sil,sii8620" | ||
- reg: i2c address of the bridge | ||
- cvcc10-supply: Digital Core Supply Voltage (1.0V) | ||
- iovcc18-supply: I/O Supply Voltage (1.8V) | ||
- interrupts, interrupt-parent: interrupt specifier of INT pin | ||
- reset-gpios: gpio specifier of RESET pin | ||
- clocks, clock-names: specification and name of "xtal" clock | ||
- video interfaces: Device node can contain video interface port | ||
node for HDMI encoder according to [1]. | ||
|
||
[1]: Documentation/devicetree/bindings/media/video-interfaces.txt | ||
|
||
Example: | ||
sii8620@39 { | ||
reg = <0x39>; | ||
compatible = "sil,sii8620"; | ||
cvcc10-supply = <&ldo36_reg>; | ||
iovcc18-supply = <&ldo34_reg>; | ||
interrupt-parent = <&gpf0>; | ||
interrupts = <2 0>; | ||
reset-gpio = <&gpv7 0 0>; | ||
clocks = <&pmu_system_controller 0>; | ||
clock-names = "xtal"; | ||
|
||
port { | ||
mhl_to_hdmi: endpoint { | ||
remote-endpoint = <&hdmi_to_mhl>; | ||
}; | ||
}; | ||
}; |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
obj-y := dma-buf.o fence.o reservation.o seqno-fence.o fence-array.o | ||
obj-y := dma-buf.o dma-fence.o dma-fence-array.o reservation.o seqno-fence.o | ||
obj-$(CONFIG_SYNC_FILE) += sync_file.o | ||
obj-$(CONFIG_SW_SYNC) += sw_sync.o sync_debug.o |
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
Oops, something went wrong.