Add FIFO watermark regs to register dumper

This commit is contained in:
Jesse Barnes 2008-05-06 14:38:48 -07:00
parent c81a4687fc
commit 0c00a638ef
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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),