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

From: Eric Anholt
Date: Thu Apr 14 2016 - 15:37:43 EST


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