[ubuntu-x] [PATCH 1/2] UBUNTU: [Config] enable MMIOTRACE for graphics debugging]

Bryce Harrington bryce at canonical.com
Wed Mar 17 18:28:33 GMT 2010


I see this just went in today - RAOF you might want to plan on kicking
the tires on this and add some docs on how to use it to the appropriate
troubleshooting page on wiki.ubuntu.com/X

Bryce

----- Forwarded message from Andy Whitcroft <apw at canonical.com> -----

Date: Wed, 17 Mar 2010 09:26:24 +0000
From: Andy Whitcroft <apw at canonical.com>
To: kernel-team at lists.ubuntu.com
Subject: [PATCH 1/2] UBUNTU: [Config] enable MMIOTRACE for graphics debugging

Enable MMIOTRACE to allow us to trace low level card operations.  This is
commonly used to debug graphics issues particularly under Nouveau.
According to the documentation it is a near zero impact when disabled.

Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
 debian.master/config/config.common.ubuntu |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 0bca70a..989c14c 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -2236,7 +2236,8 @@ CONFIG_MMC_TIFM_SD=m
 # CONFIG_MMC_UNSAFE_RESUME is not set
 CONFIG_MMC_VIA_SDMMC=m
 CONFIG_MMC_WBSD=m
-# CONFIG_MMIOTRACE is not set
+CONFIG_MMIOTRACE=y
+# CONFIG_MMIOTRACE_TEST is not set
 CONFIG_MMU=y
 CONFIG_MMU_NOTIFIER=y
 CONFIG_MM_OWNER=y
-- 
1.7.0


-- 
kernel-team mailing list
kernel-team at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team

----- End forwarded message -----



More information about the Ubuntu-x mailing list