Subversion Repositories Kolibri OS

Rev

Rev 4075 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4075 Rev 4569
Line 167... Line 167...
167
   SVGA_REG_GMR_MAX_DESCRIPTOR_LENGTH = 44,
167
   SVGA_REG_GMR_MAX_DESCRIPTOR_LENGTH = 44,
Line 168... Line 168...
168
 
168
 
169
   SVGA_REG_TRACES = 45,            /* Enable trace-based updates even when FIFO is on */
169
   SVGA_REG_TRACES = 45,            /* Enable trace-based updates even when FIFO is on */
170
   SVGA_REG_GMRS_MAX_PAGES = 46,    /* Maximum number of 4KB pages for all GMRs */
170
   SVGA_REG_GMRS_MAX_PAGES = 46,    /* Maximum number of 4KB pages for all GMRs */
-
 
171
   SVGA_REG_MEMORY_SIZE = 47,       /* Total dedicated device memory excluding FIFO */
-
 
172
   SVGA_REG_MAX_PRIMARY_BOUNDING_BOX_MEM = 50,   /* Max primary memory */
-
 
173
   SVGA_REG_SUGGESTED_GBOBJECT_MEM_SIZE_KB = 51, /* Suggested limit on mob mem */
171
   SVGA_REG_MEMORY_SIZE = 47,       /* Total dedicated device memory excluding FIFO */
174
   SVGA_REG_DEV_CAP = 52,           /* Write dev cap index, read value */
Line 172... Line 175...
172
   SVGA_REG_TOP = 48,               /* Must be 1 more than the last register */
175
   SVGA_REG_TOP = 53,               /* Must be 1 more than the last register */
173
 
176
 
Line 174... Line 177...
174
   SVGA_PALETTE_BASE = 1024,        /* Base of SVGA color map */
177
   SVGA_PALETTE_BASE = 1024,        /* Base of SVGA color map */
Line 429... Line 432...
429
#define SVGA_CAP_DISPLAY_TOPOLOGY   0x00080000   /* Legacy multi-monitor support */
432
#define SVGA_CAP_DISPLAY_TOPOLOGY   0x00080000   /* Legacy multi-monitor support */
430
#define SVGA_CAP_GMR                0x00100000
433
#define SVGA_CAP_GMR                0x00100000
431
#define SVGA_CAP_TRACES             0x00200000
434
#define SVGA_CAP_TRACES             0x00200000
432
#define SVGA_CAP_GMR2               0x00400000
435
#define SVGA_CAP_GMR2               0x00400000
433
#define SVGA_CAP_SCREEN_OBJECT_2    0x00800000
436
#define SVGA_CAP_SCREEN_OBJECT_2    0x00800000
434
 
-
 
-
 
437
#define SVGA_CAP_COMMAND_BUFFERS    0x01000000
-
 
438
#define SVGA_CAP_DEAD1              0x02000000
-
 
439
#define SVGA_CAP_CMD_BUFFERS_2      0x04000000
-
 
440
#define SVGA_CAP_GBOBJECTS          0x08000000
Line 435... Line 441...
435
 
441
 
436
/*
442
/*
437
 * FIFO register indices.
443
 * FIFO register indices.
438
 *
444
 *