Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565456
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] drm/vc4: DSI display output support |
| Date | 2017-01-24 04:10 +0100 |
| Message-ID | <t2ZEB-77l-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is a resend from a month ago of just two of the patches (several are accepted at this point) from the DSI series, hoping to collect an ack from DT. Ccing the clock folks as well, since this ends up being a clock provider. Eric Anholt (2): dt-bindings: Document the VC4 DSI module nodes. drm/vc4: Add DSI driver .../devicetree/bindings/display/brcm,bcm-vc4.txt | 35 + drivers/gpu/drm/vc4/Kconfig | 2 + drivers/gpu/drm/vc4/Makefile | 1 + drivers/gpu/drm/vc4/vc4_debugfs.c | 1 + drivers/gpu/drm/vc4/vc4_drv.c | 1 + drivers/gpu/drm/vc4/vc4_drv.h | 5 + drivers/gpu/drm/vc4/vc4_dsi.c | 1725 ++++++++++++++++++++ 7 files changed, 1770 insertions(+) create mode 100644 drivers/gpu/drm/vc4/vc4_dsi.c -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] drm/vc4: DSI display output support Eric Anholt <eric@anholt.net> - 2017-01-24 04:10 +0100 Re: [PATCH 2/2] drm/vc4: Add DSI driver Stephen Boyd <sboyd@codeaurora.org> - 2017-01-27 21:30 +0100
csiph-web