Home
last modified time | relevance | path

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

/openbmc/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];
/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h114 struct xenfb_page struct
116 uint32_t in_cons, in_prod;
117 uint32_t out_cons, out_prod;
119 int32_t width; /* the width of the framebuffer (in pixels) */
120 int32_t height; /* the height of the framebuffer (in pixels) */
121 uint32_t line_length; /* the length of a row of pixels (in bytes) */
122 uint32_t mem_length; /* the length of the framebuffer (in bytes) */
123 uint8_t depth; /* the depth of a pixel (in bits) */
136 unsigned long pd[256];