diff options
author | Eric Anholt <eric@anholt.net> | 2016-02-10 22:42:32 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-04-14 22:22:53 +0300 |
commit | 08302c35b59d306ff37b996e56fb2a488c1d2c2e (patch) | |
tree | 869cb7794b855310b934dc26bffe39f05d830577 /drivers/gpu/drm/vc4/Makefile | |
parent | 0b27c02a7f1c697694f2ad6d6517e7dbf9ecfa39 (diff) | |
download | linux-08302c35b59d306ff37b996e56fb2a488c1d2c2e.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/vc4/Makefile')
-rw-r--r-- | drivers/gpu/drm/vc4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/Makefile b/drivers/gpu/drm/vc4/Makefile index 4c6a99f0398c..fb77db755e0a 100644 --- a/drivers/gpu/drm/vc4/Makefile +++ b/drivers/gpu/drm/vc4/Makefile @@ -7,6 +7,7 @@ vc4-y := \ vc4_bo.o \ vc4_crtc.o \ vc4_drv.o \ + vc4_dpi.o \ vc4_kms.o \ vc4_gem.o \ vc4_hdmi.o \ |