summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorBenjamin Gaignard2014-07-30 18:20:56 +0200
committerBenjamin Gaignard2014-07-30 18:20:56 +0200
commitf2cb3148642533f6c162ce61806b25b6c622ab90 (patch)
tree22eaf0fa3697515b11049b213290104faa5bb736 /drivers/gpu/drm/Kconfig
parentdrm: sti: add bindings for DRM driver (diff)
downloadkernel-qcow2-linux-f2cb3148642533f6c162ce61806b25b6c622ab90.tar.gz
kernel-qcow2-linux-f2cb3148642533f6c162ce61806b25b6c622ab90.tar.xz
kernel-qcow2-linux-f2cb3148642533f6c162ce61806b25b6c622ab90.zip
drm: sti: add VTG driver
Video Time Generator drivers are used to synchronize the compositor and tvout hardware IPs by providing line count, sample count, synchronization signals (HSYNC, VSYNC) and top and bottom fields indication. VTG are used by pair for each data path (main or auxiliary) one for master and one for slave. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index f5120046ff80..31894c8c1773 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -201,3 +201,5 @@ source "drivers/gpu/drm/msm/Kconfig"
source "drivers/gpu/drm/tegra/Kconfig"
source "drivers/gpu/drm/panel/Kconfig"
+
+source "drivers/gpu/drm/sti/Kconfig"