commit | 08302c35b59d306ff37b996e56fb2a488c1d2c2e | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Feb 10 11:42:32 2016 -0800 |
committer | Eric Anholt <eric@anholt.net> | Thu Apr 14 12:22:53 2016 -0700 |
tree | 869cb7794b855310b934dc26bffe39f05d830577 | |
parent | 0b27c02a7f1c697694f2ad6d6517e7dbf9ecfa39 [diff] |
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>