Loading...
Searching...
No Matches
Go to the documentation of this file.
35#define SVGA_REG_ENABLE_DISABLE 0
36#define SVGA_REG_ENABLE_ENABLE 1
37#define SVGA_REG_ENABLE_HIDE 2
38#define SVGA_REG_ENABLE_ENABLE_HIDE (SVGA_REG_ENABLE_ENABLE | \
42#define SVGA_CURSOR_ON_HIDE 0x0
43#define SVGA_CURSOR_ON_SHOW 0X1
44#define SVGA_CURSOR_ON_REMOVE_FROM_FB 0x2
45#define SVGA_CURSOR_ON_RESTORE_TO_FB 0x3
47#define SVGA_FB_MAX_TRACEABLE_SIZE 0x1000000
49#define SVGA_MAX_PSEUDOCOLOR_DEPTH 8
50#define SVGA_MAX_PSEUDOCOLORS (1 << SVGA_MAX_PSEUDOCOLOR_DEPTH)
51#define SVGA_NUM_PALETTE_REGS (3 * SVGA_MAX_PSEUDOCOLORS)
53#define SVGA_MAGIC 0x900000UL
54#define SVGA_MAKE_ID(ver) (SVGA_MAGIC << 8 | (ver))
56#define SVGA_VERSION_2 2
57#define SVGA_ID_2 SVGA_MAKE_ID(SVGA_VERSION_2)