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

From: Eric Anholt
Date: Wed Apr 13 2016 - 16:38:55 EST


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-13

for you to fetch changes up to 087cf9dfb6c711a78e2acd9410910ca017e7e171:

drm/vc4: Fix NULL deref in HDMI init error path (2016-04-13 13:31:03 -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 | 37 ++
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, 571 insertions(+), 1 deletion(-)
create mode 100644 drivers/gpu/drm/vc4/vc4_dpi.c