aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2018-01-11 22:15:57 -0500
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2018-02-14 11:16:48 -0500
commit9ff3e797e4d6faf4cbe94f10572cfc8b3ea30109 (patch)
treee613b82a9e09d983bcfec3a7deb3ce730d25519b
parent0bc69592abc870f45d82e72c40e44a913d5b90c0 (diff)
drm: rcar-du: Enable VSP compositor by default on Gen3
On Gen3 hardware the VSP compositor is required for display. Enable it by default in the kernel configuration. The option is kept user-configurable for testing purpose on Gen2 platforms. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
-rw-r--r--drivers/gpu/drm/rcar-du/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index 8a50dab19e5c..5d0b4b7119af 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -26,7 +26,8 @@ config DRM_RCAR_LVDS
26 Enable support for the R-Car Display Unit embedded LVDS encoders. 26 Enable support for the R-Car Display Unit embedded LVDS encoders.
27 27
28config DRM_RCAR_VSP 28config DRM_RCAR_VSP
29 bool "R-Car DU VSP Compositor Support" 29 bool "R-Car DU VSP Compositor Support" if ARM
30 default y if ARM64
30 depends on DRM_RCAR_DU 31 depends on DRM_RCAR_DU
31 depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m) 32 depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
32 help 33 help