Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dfdtgrep.c47 struct display_info { struct
48 enum output_t output; /* Output format */
49 int add_aliases; /* Add aliases node to output */
50 int all; /* Display all properties/nodes */
51 int colour; /* Display output in ANSI colour */
52 int region_list; /* Output a region list */
53 int flags; /* Flags (FDT_REG_...) */
54 int list_strings; /* List strings in string table */
55 int show_offset; /* Show offset */
56 int show_addr; /* Show address */
[all …]
/openbmc/u-boot/include/
H A Dapi_public.h117 struct display_info { struct
118 int type;
120 int pixel_width;
121 int pixel_height;
123 int screen_rows;
124 int screen_cols;
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c106 struct virtio_gpu_resp_display_info display_info; member
195 struct virtio_gpu_resp_display_info display_info = { {} }; in vhost_user_gpu_handle_display() local
H A Dvirtio-gpu.c198 struct virtio_gpu_resp_display_info display_info; in virtio_gpu_get_display_info() local
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h110 struct virtio_gpu_resp_display_info display_info; member