Home
last modified time | relevance | path

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

/linux/include/xen/interface/io/
H A Dfbif.h91 struct xenfb_page { struct
92 uint32_t in_cons, in_prod;
93 uint32_t out_cons, out_prod;
95 int32_t width; /* width of the framebuffer (in pixels) */
96 int32_t height; /* height of the framebuffer (in pixels) */
97 uint32_t line_length; /* length of a row of pixels (in bytes) */
98 uint32_t mem_length; /* length of the framebuffer (in bytes) */
99 uint8_t depth; /* depth of a pixel (in bits) */
113 unsigned long pd[256];