mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
quick_dump: Document the register definition format
Add a small comment about what the elements in the register tuple mean. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
de92969a40
commit
e87c2536f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user