[[RFC]DPU PATCH 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel driver
Sandeep Panda
spanda at codeaurora.org
Thu Apr 19 17:56:04 UTC 2018
Changelog:
v4:
- Current patchset separates out eDP panel specific resources from sn65dsi86
bridge driver and creates a separate driver for the innloux edp panel.
- Removed the unnecessary header files and variables used in driver.
- Replaced irq_gpio as "interrupts" property in dt-bindings.
- Use of regmap interface for i2c transactions in bridge driver.
- Changed the edp panel driver prefixes from "panel_edp_2k "to "innloux_edp_2k"
- Current patches are not tested on actual bridge chip/panel.
- Updated Copyright and License.
- Need to conclude on, if we need to the programming of edp panel video timeings
in mode_set().
Sandeep Panda (4):
drm/bridge: add support for sn65dsi86 bridge driver
dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings
drm/panel: add Innolux TV123WAM eDP panel driver
dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings
.../bindings/display/bridge/ti,sn65dsi86.txt | 61 ++
.../display/panel/innolux,edp-2k-panel.txt | 21 +
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 690 +++++++++++++++++++++
drivers/gpu/drm/panel/panel-innolux-tv123wam.c | 293 +++++++++
4 files changed, 1065 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.txt
create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,edp-2k-panel.txt
create mode 100644 drivers/gpu/drm/bridge/ti-sn65dsi86.c
create mode 100644 drivers/gpu/drm/panel/panel-innolux-tv123wam.c
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
More information about the dri-devel
mailing list