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 branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Pull drm merge from Dave Airlie: "Highlights: - TI LCD controller KMS driver - TI OMAP KMS driver merged from staging - drop gma500 stub driver - the fbcon locking fixes - the vgacon dirty like zebra fix. - open firmware videomode and hdmi common code helpers - major locking rework for kms object handling - pageflip/cursor won't block on polling anymore! - fbcon helper and prime helper cleanups - i915: all over the map, haswell power well enhancements, valleyview macro horrors cleaned up, killing lots of legacy GTT code, - radeon: CS ioctl unification, deprecated UMS support, gpu reset rework, VM fixes - nouveau: reworked thermal code, external dp/tmds encoder support (anx9805), fences sleep instead of polling, - exynos: all over the driver fixes." Lovely conflict in radeon/evergreen_cs.c between commit de0babd ("drm/radeon: enforce use of radeon_get_ib_value when reading user cmd") and the new changes that modified that evergreen_dma_cs_parse() function. * 'drm-next' of git://people.freedesktop.org/~airlied/linux: (508 commits) drm/tilcdc: only build on arm drm/i915: Revert hdmi HDP pin checks drm/tegra: Add list of framebuffers to debugfs drm/tegra: Fix color expansion drm/tegra: Split DC_CMD_STATE_CONTROL register write drm/tegra: Implement page-flipping support drm/tegra: Implement VBLANK support drm/tegra: Implement .mode_set_base() drm/tegra: Add plane support drm/tegra: Remove bogus tegra_framebuffer structure drm: Add consistency check for page-flipping drm/radeon: Use generic HDMI infoframe helpers drm/tegra: Use generic HDMI infoframe helpers drm: Add EDID helper documentation drm: Add HDMI infoframe helpers video: Add generic HDMI infoframe helpers drm: Add some missing forward declarations drm: Move mode tables to drm_edid.c drm: Remove duplicate drm_mode_cea_vic() gma500: Fix n, m1 and m2 clock limits for sdvo and lvds ...
- Loading branch information
Showing
398 changed files
with
23,479 additions
and
11,509 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
Device-Tree bindings for tilcdc DRM generic panel output driver | ||
|
||
Required properties: | ||
- compatible: value should be "ti,tilcdc,panel". | ||
- panel-info: configuration info to configure LCDC correctly for the panel | ||
- ac-bias: AC Bias Pin Frequency | ||
- ac-bias-intrpt: AC Bias Pin Transitions per Interrupt | ||
- dma-burst-sz: DMA burst size | ||
- bpp: Bits per pixel | ||
- fdd: FIFO DMA Request Delay | ||
- sync-edge: Horizontal and Vertical Sync Edge: 0=rising 1=falling | ||
- sync-ctrl: Horizontal and Vertical Sync: Control: 0=ignore | ||
- raster-order: Raster Data Order Select: 1=Most-to-least 0=Least-to-most | ||
- fifo-th: DMA FIFO threshold | ||
- display-timings: typical videomode of lcd panel. Multiple video modes | ||
can be listed if the panel supports multiple timings, but the 'native-mode' | ||
should be the preferred/default resolution. Refer to | ||
Documentation/devicetree/bindings/video/display-timing.txt for display | ||
timing binding details. | ||
|
||
Recommended properties: | ||
- pinctrl-names, pinctrl-0: the pincontrol settings to configure | ||
muxing properly for pins that connect to TFP410 device | ||
|
||
Example: | ||
|
||
/* Settings for CDTech_S035Q01 / LCD3 cape: */ | ||
lcd3 { | ||
compatible = "ti,tilcdc,panel"; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&bone_lcd3_cape_lcd_pins>; | ||
panel-info { | ||
ac-bias = <255>; | ||
ac-bias-intrpt = <0>; | ||
dma-burst-sz = <16>; | ||
bpp = <16>; | ||
fdd = <0x80>; | ||
sync-edge = <0>; | ||
sync-ctrl = <1>; | ||
raster-order = <0>; | ||
fifo-th = <0>; | ||
}; | ||
display-timings { | ||
native-mode = <&timing0>; | ||
timing0: 320x240 { | ||
hactive = <320>; | ||
vactive = <240>; | ||
hback-porch = <21>; | ||
hfront-porch = <58>; | ||
hsync-len = <47>; | ||
vback-porch = <11>; | ||
vfront-porch = <23>; | ||
vsync-len = <2>; | ||
clock-frequency = <8000000>; | ||
hsync-active = <0>; | ||
vsync-active = <0>; | ||
}; | ||
}; | ||
}; |
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,18 @@ | ||
Device-Tree bindings for tilcdc DRM encoder slave output driver | ||
|
||
Required properties: | ||
- compatible: value should be "ti,tilcdc,slave". | ||
- i2c: the phandle for the i2c device the encoder slave is connected to | ||
|
||
Recommended properties: | ||
- pinctrl-names, pinctrl-0: the pincontrol settings to configure | ||
muxing properly for pins that connect to TFP410 device | ||
|
||
Example: | ||
|
||
hdmi { | ||
compatible = "ti,tilcdc,slave"; | ||
i2c = <&i2c0>; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&nxp_hdmi_bonelt_pins>; | ||
}; |
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,21 @@ | ||
Device-Tree bindings for tilcdc DRM TFP410 output driver | ||
|
||
Required properties: | ||
- compatible: value should be "ti,tilcdc,tfp410". | ||
- i2c: the phandle for the i2c device to use for DDC | ||
|
||
Recommended properties: | ||
- pinctrl-names, pinctrl-0: the pincontrol settings to configure | ||
muxing properly for pins that connect to TFP410 device | ||
- powerdn-gpio: the powerdown GPIO, pulled low to power down the | ||
TFP410 device (for DPMS_OFF) | ||
|
||
Example: | ||
|
||
dvicape { | ||
compatible = "ti,tilcdc,tfp410"; | ||
i2c = <&i2c2>; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&bone_dvi_cape_dvi_00A1_pins>; | ||
powerdn-gpio = <&gpio2 31 0>; | ||
}; |
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,21 @@ | ||
Device-Tree bindings for tilcdc DRM driver | ||
|
||
Required properties: | ||
- compatible: value should be "ti,am33xx-tilcdc". | ||
- interrupts: the interrupt number | ||
- reg: base address and size of the LCDC device | ||
|
||
Recommended properties: | ||
- interrupt-parent: the phandle for the interrupt controller that | ||
services interrupts for this device. | ||
- ti,hwmods: Name of the hwmod associated to the LCDC | ||
|
||
Example: | ||
|
||
fb: fb@4830e000 { | ||
compatible = "ti,am33xx-tilcdc"; | ||
reg = <0x4830e000 0x1000>; | ||
interrupt-parent = <&intc>; | ||
interrupts = <36>; | ||
ti,hwmods = "lcdc"; | ||
}; |
Oops, something went wrong.