summaryrefslogtreecommitdiff
path: root/src/nv_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_type.h')
-rw-r--r--src/nv_type.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nv_type.h b/src/nv_type.h
index 73a326f..79575dd 100644
--- a/src/nv_type.h
+++ b/src/nv_type.h
@@ -193,14 +193,16 @@ typedef struct _NVRec {
unsigned long VRAMSize;
/* AGP physical address */
unsigned long AGPPhysical;
- /* Accesible AGP size */
+ /* Accessible AGP size */
unsigned long AGPSize;
+ /* PCI buffer virtual address */
+ unsigned long SGPhysical;
NVAllocRec * FB;
NVAllocRec * Cursor;
NVAllocRec * CLUT; /* NV50 only */
NVAllocRec * ScratchBuffer;
- NVAllocRec * AGPScratch;
+ NVAllocRec * GARTScratch;
Bool NoAccel;
Bool HWCursor;