[linux] 01/01: [armhf, arm64] Enable DRM_TEGRA_STAGING

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Jun 24 02:48:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

tbm pushed a commit to branch master
in repository linux.

commit fcf753ae779742c76a4a87b65c6f6a43b014a9f8
Author: Martin Michlmayr <tbm at cyrius.com>
Date:   Thu Jun 23 18:13:27 2016 -0700

    [armhf, arm64] Enable DRM_TEGRA_STAGING
    
    DRM_TEGRA_STAGING must currently be enabled in the kernel and libdrm
    must be built with --enable-tegra-experimental-api.  Our libdrm package
    already does the latter (at least on armhf), so enable the former as
    well.
---
 debian/changelog           | 3 +++
 debian/config/arm64/config | 1 +
 debian/config/armhf/config | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6fd7644..7a9de13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ linux (4.7~rc4-1~exp2) UNRELEASED; urgency=medium
   * [mipsel] Remove loongson-2e and loongson-2f flavours (Closes: #827790).
   * [mipsel/4kc-malta, mipsel/5kc-malta] Build for R2 ISA.
 
+  [ Martin Michlmayr ]
+  * [armhf, arm64] Enable DRM_TEGRA_STAGING.
+
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 21 Jun 2016 20:43:50 +0100
 
 linux (4.7~rc4-1~exp1) experimental; urgency=medium
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 449781d..23c698b 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -114,6 +114,7 @@ CONFIG_DRM_MSM_DSI_20NM_PHY=y
 ## file: drivers/gpu/drm/tegra/Kconfig
 ##
 CONFIG_DRM_TEGRA=m
+CONFIG_DRM_TEGRA_STAGING=y
 
 ##
 ## file: drivers/gpu/host1x/Kconfig
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index 8ee24b7..c8a2aec 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -318,7 +318,7 @@ CONFIG_ROCKCHIP_DW_HDMI=m
 ##
 CONFIG_DRM_TEGRA=m
 # CONFIG_DRM_TEGRA_DEBUG is not set
-# CONFIG_DRM_TEGRA_STAGING is not set
+CONFIG_DRM_TEGRA_STAGING=y
 
 ##
 ## file: drivers/gpu/drm/tilcdc/Kconfig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list