summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoren Sandmann <ssp@localhost.localdomain>2010-03-23 11:55:32 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2010-09-14 06:32:08 -0400
commit797c9ad548c194407945c18b62dd0d10897ec332 (patch)
treee48022c7dd2c1051aefb5197f12ca3b00e0674a7
parentae902114c1d9ffc40f21806cdc4ae78679b255dd (diff)
Add rom entries and port definitions for the memslots.
-rw-r--r--src/qxl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/qxl.h b/src/qxl.h
index 73b3bc2..9f371d3 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -60,6 +60,8 @@ enum {
QXL_IO_RESET,
QXL_IO_SET_MODE,
QXL_IO_LOG,
+ QXL_IO_MEMSLOT_ADD,
+ QXL_IO_MEMSLOT_DEL
};
struct qxl_mode {
@@ -441,6 +443,12 @@ struct qxl_rom {
uint32_t draw_area_size;
uint32_t ram_header_offset;
uint32_t mm_clock;
+ uint64_t flags;
+ uint8_t slots_start;
+ uint8_t slots_end;
+ uint8_t slot_gen_bits;
+ uint8_t slot_id_bits;
+ uint8_t slot_generation;
};
struct qxl_ring_header {