diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-03-15 17:07:25 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-03-15 17:12:53 -0700 |
commit | 90c53c5322e50bce06996e3c857e6bf7531235d4 (patch) | |
tree | ab47e3d31031636626cdaab9bfffca91e4ee4dda /src | |
parent | 9763b9dcef144f649ccbcfd302601769bc940ffb (diff) |
Fix GXxor corruption on nv4x.
SUSE bug #246421.
Diffstat (limited to 'src')
-rw-r--r-- | src/nv_hw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv_hw.c b/src/nv_hw.c index 6232cd6..d7a0c19 100644 --- a/src/nv_hw.c +++ b/src/nv_hw.c @@ -1190,6 +1190,7 @@ void NVLoadStateExt ( pNv->PGRAPH[0x008C/4] = 0x60de8051; pNv->PGRAPH[0x0090/4] = 0x00008000; pNv->PGRAPH[0x0610/4] = 0x00be3c5f; + pNv->PGRAPH[0x0bc4/4] |= 0x00008000; j = pNv->REGS[0x1540/4] & 0xff; if(j) { |