[Freedreno] [PATCH v6 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel
Sandeep Panda
spanda at codeaurora.org
Tue May 15 05:52:40 UTC 2018
Changes in current patchset:
- Use PM runtime based ref-counting instead of local ref_count mechanism.
- Simplify dp rate calculation.
- Add support to configure refclk based on input REFCLK pin or DACP/N pin.
- Add compatibility string and display_mode structure to simple panel driver
in alphabetical order.
Sandeep Panda (4):
drm/bridge: add support for sn65dsi86 bridge driver
dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings
drm/panel: add Innolux TV123WAM panel driver support
dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings
.../bindings/display/bridge/ti,sn65dsi86.txt | 81 +++
.../bindings/display/panel/innolux,tv123wam.txt | 20 +
drivers/gpu/drm/bridge/Kconfig | 9 +
drivers/gpu/drm/bridge/Makefile | 1 +
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 766 +++++++++++++++++++++
drivers/gpu/drm/panel/panel-simple.c | 27 +
6 files changed, 904 insertions(+)
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