Home
last modified time | relevance | path

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

/linux-3.3/include/xen/interface/io/
Dfbif.h108 struct xenfb_page { struct
109 uint32_t in_cons, in_prod;
110 uint32_t out_cons, out_prod;
112 int32_t width; /* width of the framebuffer (in pixels) */
113 int32_t height; /* height of the framebuffer (in pixels) */
114 uint32_t line_length; /* length of a row of pixels (in bytes) */
115 uint32_t mem_length; /* length of the framebuffer (in bytes) */
116 uint8_t depth; /* depth of a pixel (in bits) */
130 unsigned long pd[256];