diff options
author | Christian Toutant <ctoutant@matrox.com> | 2011-09-20 13:07:16 -0400 |
---|---|---|
committer | Christian Toutant <ctoutant@matrox.com> | 2011-09-20 13:07:16 -0400 |
commit | 01ca2186ea028b2549de509b51726aa08519fce0 (patch) | |
tree | 989c168ea034d311a0f5f07155f39591a186e438 /src/mga_reg.h | |
parent | c083bf0a66bef9a4345847f39be5fb895c211f79 (diff) |
Reset tagfifo for renesas.
For renesas, we need to reset tagfifo after a mode switch.
Signed-off-by: Christian Toutant <ctoutant@matrox.com>
Diffstat (limited to 'src/mga_reg.h')
-rw-r--r-- | src/mga_reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mga_reg.h b/src/mga_reg.h index 5a37db6..ae0fe8c 100644 --- a/src/mga_reg.h +++ b/src/mga_reg.h @@ -119,6 +119,9 @@ #define MGAREG_WACCEPTSEQ 0x1dd4 #define MGAREG_WMISC 0x1e70 + +#define MGAREG_MEMCTL 0x2E08 + /* OPMODE register additives */ #define MGAOPM_DMA_GENERAL (0x00 << 2) |