Subversion Repositories Kolibri OS

Rev

Rev 4569 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4569 Rev 5078
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_COMMAND_LOW = 48,       /* Lower 32 bits and submits commands */
171
   SVGA_REG_MEMORY_SIZE = 47,       /* Total dedicated device memory excluding FIFO */
173
   SVGA_REG_COMMAND_HIGH = 49,      /* Upper 32 bits of command buffer PA */
172
   SVGA_REG_MAX_PRIMARY_BOUNDING_BOX_MEM = 50,   /* Max primary memory */
174
   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 */
175
   SVGA_REG_SUGGESTED_GBOBJECT_MEM_SIZE_KB = 51, /* Suggested limit on mob mem */
-
 
176
   SVGA_REG_DEV_CAP = 52,           /* Write dev cap index, read value */
-
 
177
   SVGA_REG_CMD_PREPEND_LOW = 53,
-
 
178
   SVGA_REG_CMD_PREPEND_HIGH = 54,
-
 
179
   SVGA_REG_SCREENTARGET_MAX_WIDTH = 55,
-
 
180
   SVGA_REG_SCREENTARGET_MAX_HEIGHT = 56,
174
   SVGA_REG_DEV_CAP = 52,           /* Write dev cap index, read value */
181
   SVGA_REG_MOB_MAX_SIZE = 57,
Line 175... Line 182...
175
   SVGA_REG_TOP = 53,               /* Must be 1 more than the last register */
182
   SVGA_REG_TOP = 58,               /* Must be 1 more than the last register */
176
 
183
 
Line 177... Line 184...
177
   SVGA_PALETTE_BASE = 1024,        /* Base of SVGA color map */
184
   SVGA_PALETTE_BASE = 1024,        /* Base of SVGA color map */