[Freedreno] [PATCH v10 0/5] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

Sandeep Panda spanda at codeaurora.org
Fri Jun 15 02:49:49 UTC 2018


Changes in current patchset:
 - Use presence of refclk to determine if continuous dsi clock is required or not.
 - Update media/video-interface.txt documentatio for DSI and DP interface.

Sandeep Panda (5):
  drm/bridge: add support for sn65dsi86 bridge driver
  dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings
  dt-bindings: media: extend interface documentation for DSI and DP
  drm/panel: add Innolux TV123WAM panel driver support
  dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

 .../bindings/display/bridge/ti,sn65dsi86.txt       |  87 +++
 .../bindings/display/panel/innolux,tv123wam.txt    |  20 +
 .../devicetree/bindings/media/video-interfaces.txt |  10 +-
 drivers/gpu/drm/bridge/Kconfig                     |   9 +
 drivers/gpu/drm/bridge/Makefile                    |   1 +
 drivers/gpu/drm/bridge/ti-sn65dsi86.c              | 693 +++++++++++++++++++++
 drivers/gpu/drm/panel/panel-simple.c               |  27 +
 7 files changed, 843 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.txt
 create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,tv123wam.txt
 create mode 100644 drivers/gpu/drm/bridge/ti-sn65dsi86.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project



More information about the Freedreno mailing list