[GIT PULL] drm-vc4-next for 4.6

From: Eric Anholt
Date: Mon Mar 14 2016 - 14:03:59 EST


Merge tag 'drm-vc4-fixes-2016-03-03' of github.com:anholt/linux into drm-next (2016-03-14 09:48:04 +1000)

are available in the git repository at:

git@xxxxxxxxxx:anholt/linux.git tags/drm-vc4-next-2016-03-14

for you to fetch changes up to 90d7116061f86c1f8ea460806a0414addea7b58b:

drm/vc4: Recognize a more specific compatible string for V3D. (2016-03-13 18:54:24 -0700)

----------------------------------------------------------------
This pull request covers what's left for 4.6. Notably, it includes a
significant 3D performance improvement and a fix to HDMI hotplug
detection for the Pi2/3.

----------------------------------------------------------------
Dan Carpenter (1):
drm/vc4: Return -EFAULT on copy_from_user() failure

Eric Anholt (4):
drm/vc4: Let gpiolib know that we're OK with sleeping for HPD.
drm/vc4: Respect GPIO_ACTIVE_LOW on HDMI HPD if set in the devicetree.
dt-bindings: Add binding docs for V3D.
drm/vc4: Recognize a more specific compatible string for V3D.

Varad Gautam (1):
drm/vc4: improve throughput by pipelining binning and rendering jobs

.../devicetree/bindings/display/brcm,bcm-vc4.txt | 12 ++
drivers/gpu/drm/vc4/vc4_bo.c | 7 +-
drivers/gpu/drm/vc4/vc4_drv.h | 37 +++++--
drivers/gpu/drm/vc4/vc4_gem.c | 123 +++++++++++++++------
drivers/gpu/drm/vc4/vc4_hdmi.c | 12 +-
drivers/gpu/drm/vc4/vc4_irq.c | 58 ++++++++--
drivers/gpu/drm/vc4/vc4_v3d.c | 1 +
7 files changed, 193 insertions(+), 57 deletions(-)