xf86-video-intel: src/i810_reg.h src/i830_debug.c

Jesse Barnes jbarnes at kemper.freedesktop.org
Tue May 6 15:02:06 PDT 2008


 src/i810_reg.h   |    1 +
 src/i830_debug.c |    4 ++++
 2 files changed, 5 insertions(+)

New commits:
commit 0c00a638ef57aa9d6a3047176b0bfad733f781f0
Author: Jesse Barnes <jbarnes at nietzche.virtuousgeek.org>
Date:   Tue May 6 14:38:48 2008 -0700

    Add FIFO watermark regs to register dumper

diff --git a/src/i810_reg.h b/src/i810_reg.h
index 834b948..cc4620a 100644
--- a/src/i810_reg.h
+++ b/src/i810_reg.h
@@ -497,6 +497,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 #define FWATER_BLC       0x20d8
 #define FWATER_BLC2	 0x20dc
+#define FWATER_BLC_SELF	 0x20e0
 #define MM_BURST_LENGTH     0x00700000
 #define MM_FIFO_WATERMARK   0x0001F000
 #define LM_BURST_LENGTH     0x00000700
diff --git a/src/i830_debug.c b/src/i830_debug.c
index 074e8b9..b9f64bf 100644
--- a/src/i830_debug.c
+++ b/src/i830_debug.c
@@ -546,6 +546,10 @@ static struct i830SnapshotRec {
     DEFINEREG(FBC_FENCE_OFF),
     DEFINEREG(FBC_MOD_NUM),
 
+    DEFINEREG(FWATER_BLC),
+    DEFINEREG(FWATER_BLC2),
+    DEFINEREG(FWATER_BLC_SELF),
+
     DEFINEREG2(FPA0, i830_debug_fp),
     DEFINEREG2(FPA1, i830_debug_fp),
     DEFINEREG2(DPLL_A, i830_debug_dpll),


More information about the xorg-commit mailing list