[Intel-gfx] [PATCH i-g-t 2/3] quick_dump: Document the register definition format
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Wed Jun 26 19:57:33 CEST 2013
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Add a small comment about what the elements in the register
tuple mean.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
tools/quick_dump/quick_dump.py | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tools/quick_dump/quick_dump.py b/tools/quick_dump/quick_dump.py
index 390cafa..8fdd169 100755
--- a/tools/quick_dump/quick_dump.py
+++ b/tools/quick_dump/quick_dump.py
@@ -1,5 +1,12 @@
#!/usr/bin/env python3
+# register definition format:
+# ('register name', 'register offset', 'register type')
+#
+# register types:
+# '' - normal register
+# 'DPIO' - DPIO register
+
import argparse
import os
import sys
--
1.8.1.5
More information about the Intel-gfx
mailing list