Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1379261

[GIT PULL] drm-vc4-next-2016-04-14

From Eric Anholt <eric@anholt.net>
Newsgroups linux.kernel
Subject [GIT PULL] drm-vc4-next-2016-04-14
Date 2016-04-14 21:40 +0200
Message-ID <rnVho-7bz-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/drm-vc4-next-2016-04-14

for you to fetch changes up to 5883980313af70aec0ceebaef6ef0709726e5e63:

  drm/vc4: Fix NULL deref in HDMI init error path (2016-04-14 12:23:11 -0700)

----------------------------------------------------------------
This pull request brings in the DPI panel support for vc4, plus a
minor bugfix found during Pi3 development.

----------------------------------------------------------------
Eric Anholt (3):
      drm: Add an encoder and connector type enum for DPI.
      drm/vc4: Add DPI driver
      drm/vc4: Fix NULL deref in HDMI init error path

 .../devicetree/bindings/display/brcm,bcm-vc4.txt   |  36 ++
 drivers/gpu/drm/drm_crtc.c                         |   2 +
 drivers/gpu/drm/vc4/Kconfig                        |   1 +
 drivers/gpu/drm/vc4/Makefile                       |   1 +
 drivers/gpu/drm/vc4/vc4_debugfs.c                  |   1 +
 drivers/gpu/drm/vc4/vc4_dpi.c                      | 520 +++++++++++++++++++++
 drivers/gpu/drm/vc4/vc4_drv.c                      |   1 +
 drivers/gpu/drm/vc4/vc4_drv.h                      |   5 +
 drivers/gpu/drm/vc4/vc4_hdmi.c                     |   2 +-
 include/uapi/drm/drm_mode.h                        |   2 +
 10 files changed, 570 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/vc4/vc4_dpi.c

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] drm-vc4-next-2016-04-14 Eric Anholt <eric@anholt.net> - 2016-04-14 21:40 +0200

csiph-web