diff options
author | Eric Anholt <eric@anholt.net> | 2017-05-11 20:31:23 +0200 |
---|---|---|
committer | Archit Taneja <architt@codeaurora.org> | 2017-06-05 11:37:37 +0200 |
commit | 656fa22f9ceabbae74ea4628dd02d297aa07104b (patch) | |
tree | cee77ee7f1ec98c6256c772245a25b79bd3d3ba1 /drivers/gpu/drm/vc4/Kconfig | |
parent | drm/bridge: Refactor out the panel wrapper from the lvds-encoder bridge. (diff) | |
download | linux-656fa22f9ceabbae74ea4628dd02d297aa07104b.tar.xz linux-656fa22f9ceabbae74ea4628dd02d297aa07104b.zip |
drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.
The newer version of the RPi panel driver is going to be a combination
of a bridge and a panel, but we should also support panels without a
bridge, so the panel-bridge layer lets us do that cleanly.
v2: Drop "dev" argument.
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170511183128.25085-2-eric@anholt.net
Diffstat (limited to 'drivers/gpu/drm/vc4/Kconfig')
-rw-r--r-- | drivers/gpu/drm/vc4/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig index b16aefe4a8d3..4361bdcfd28a 100644 --- a/drivers/gpu/drm/vc4/Kconfig +++ b/drivers/gpu/drm/vc4/Kconfig @@ -7,7 +7,7 @@ config DRM_VC4 select DRM_KMS_HELPER select DRM_KMS_CMA_HELPER select DRM_GEM_CMA_HELPER - select DRM_PANEL + select DRM_PANEL_BRIDGE select SND_PCM select SND_PCM_ELD select SND_SOC_GENERIC_DMAENGINE_PCM |