diff options
-rw-r--r-- | src/i810_memory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i810_memory.c b/src/i810_memory.c index 749997f4..8b899fbe 100644 --- a/src/i810_memory.c +++ b/src/i810_memory.c @@ -128,6 +128,7 @@ I810AllocateGARTMemory(ScrnInfoPtr pScrn) pI810->DcacheMem.End = 0; pI810->DcacheMem.Size = 0; pI810->CursorPhysical = 0; + pI810->CursorARGBPhysical = 0; /* * Dcache - half the speed of normal ram, so not really useful for |