Home
last modified time | relevance | path

Searched defs:xenfb_page (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/xen/io/
H A Dfbif.h131 struct xenfb_page struct
133 uint32_t in_cons, in_prod;
134 uint32_t out_cons, out_prod;
136 int32_t width; /* the width of the framebuffer (in pixels) */
137 int32_t height; /* the height of the framebuffer (in pixels) */
138 uint32_t line_length; /* the length of a row of pixels (in bytes) */
139 uint32_t mem_length; /* the length of the framebuffer (in bytes) */
140 uint8_t depth; /* the depth of a pixel (in bits) */
153 unsigned long pd[256];