]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/vc4: Add DPI driver
authorEric Anholt <eric@anholt.net>
Wed, 10 Feb 2016 19:42:32 +0000 (11:42 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 14 Apr 2016 19:22:53 +0000 (12:22 -0700)
commit08302c35b59d306ff37b996e56fb2a488c1d2c2e
tree869cb7794b855310b934dc26bffe39f05d830577
parent0b27c02a7f1c697694f2ad6d6517e7dbf9ecfa39
drm/vc4: Add DPI driver

The DPI interface involves taking a ton of our GPIOs to be used as
outputs, and routing display signals over them in parallel.

v2: Use display_info.bus_formats[] to replace our custom DT
    properties.
v3: Rebase on V3D documentation changes.
v4: Fix rebase detritus from V3D documentation changes.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
drivers/gpu/drm/vc4/Kconfig
drivers/gpu/drm/vc4/Makefile
drivers/gpu/drm/vc4/vc4_debugfs.c
drivers/gpu/drm/vc4/vc4_dpi.c [new file with mode: 0644]
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h