Merge tag 'drm/panel/for-3.20-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
drm/panel: Changes for v3.20-rc1 This contains the long-awaited drm_bridge series that makes Chromebooks work for people. I had thought this would've been perfect by now, but then I go and build test it and the first thing it does is yell about a recursive dependency. I fixed that up because I was feeling bad for not getting around to look at this earlier. Biseds that there is new support for two more panels, a couple of fixup patches to the Sharp LQ101R1SX01 dual-channel DSI panel driver and a potential NULL pointer dereference fix. * tag 'drm/panel/for-3.20-rc1' of git://anongit.freedesktop.org/tegra/linux: (23 commits) drm/bridge: dw-hdmi: Adapt to bridge API change drm/sti: fixup for bridge interface drm/bridge: dw-hdmi: Fix return error path drm: Check the right variable when setting formats Documentation: bridge: Add documentation for ps8622 DT properties Documentation: devicetree: Add vendor prefix for parade Documentation: drm: bridge: move to video/bridge drm/bridge: ptn3460: use gpiod interface drm/bridge: ptn3460: probe connector at the end of bridge attach drm/bridge: ptn3460: support drm_panel drm/exynos: dp: support drm_bridge drm/bridge: ptn3460: Convert to I2C driver model drm/bridge: make bridge registration independent of drm flow drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init drm/bridge: ptn3460: Few trivial cleanups drm/panel: simple: Add AVIC TM070DDH03 panel support of: Add vendor prefix for Shanghai AVIC Optoelectronics Co., Ltd. drm/panel: sharp: lq101r1sx01: Remove unneeded include drm/panel: sharp: lq101r1sx01: Respect power timings drm/panel: sharp: lq101r1sx01: Add delay after display on ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/panel/avic,tm070ddh03.txt 7 additions, 0 deletionsDocumentation/devicetree/bindings/panel/avic,tm070ddh03.txt
- Documentation/devicetree/bindings/panel/giantplus,gpg482739qs5.txt 7 additions, 0 deletions...tion/devicetree/bindings/panel/giantplus,gpg482739qs5.txt
- Documentation/devicetree/bindings/vendor-prefixes.txt 3 additions, 0 deletionsDocumentation/devicetree/bindings/vendor-prefixes.txt
- Documentation/devicetree/bindings/video/bridge/ps8622.txt 31 additions, 0 deletionsDocumentation/devicetree/bindings/video/bridge/ps8622.txt
- Documentation/devicetree/bindings/video/bridge/ptn3460.txt 14 additions, 2 deletionsDocumentation/devicetree/bindings/video/bridge/ptn3460.txt
- Documentation/devicetree/bindings/video/exynos_dp.txt 12 additions, 0 deletionsDocumentation/devicetree/bindings/video/exynos_dp.txt
- drivers/gpu/drm/Makefile 1 addition, 1 deletiondrivers/gpu/drm/Makefile
- drivers/gpu/drm/bridge/Kconfig 8 additions, 5 deletionsdrivers/gpu/drm/bridge/Kconfig
- drivers/gpu/drm/bridge/dw_hdmi.c 3 additions, 10 deletionsdrivers/gpu/drm/bridge/dw_hdmi.c
- drivers/gpu/drm/bridge/ptn3460.c 192 additions, 118 deletionsdrivers/gpu/drm/bridge/ptn3460.c
- drivers/gpu/drm/drm_bridge.c 91 additions, 0 deletionsdrivers/gpu/drm/drm_bridge.c
- drivers/gpu/drm/drm_crtc.c 1 addition, 71 deletionsdrivers/gpu/drm/drm_crtc.c
- drivers/gpu/drm/drm_mipi_dsi.c 3 additions, 3 deletionsdrivers/gpu/drm/drm_mipi_dsi.c
- drivers/gpu/drm/exynos/exynos_dp_core.c 28 additions, 25 deletionsdrivers/gpu/drm/exynos/exynos_dp_core.c
- drivers/gpu/drm/exynos/exynos_dp_core.h 1 addition, 0 deletionsdrivers/gpu/drm/exynos/exynos_dp_core.h
- drivers/gpu/drm/msm/hdmi/hdmi.c 2 additions, 2 deletionsdrivers/gpu/drm/msm/hdmi/hdmi.c
- drivers/gpu/drm/msm/hdmi/hdmi.h 1 addition, 0 deletionsdrivers/gpu/drm/msm/hdmi/hdmi.h
- drivers/gpu/drm/msm/hdmi/hdmi_bridge.c 3 additions, 4 deletionsdrivers/gpu/drm/msm/hdmi/hdmi_bridge.c
- drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c 22 additions, 11 deletionsdrivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c
- drivers/gpu/drm/panel/panel-simple.c 57 additions, 0 deletionsdrivers/gpu/drm/panel/panel-simple.c
Loading
Please register or sign in to comment