[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1460579930-8916-1-git-send-email-eric@anholt.net>
Date: Wed, 13 Apr 2016 13:38:50 -0700
From: Eric Anholt <eric@...olt.net>
To: dri-devel@...ts.freedesktop.org
Cc: linux-kernel@...r.kernel.org, David Airlie <airlied@...ux.ie>,
Eric Anholt <eric@...olt.net>
Subject: [GIT PULL] drm-vc4-next-2016-04-13
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
Powered by blists - more mailing lists