Lines Matching +full:display +full:- +full:hint
1 /* SPDX-License-Identifier: MIT */
2 /* Copyright (C) 2006-2016 Oracle Corporation */
14 * etc. This is used exclusively by the corresponding instance of a display
18 * Last 4096 bytes - Adapter information area.
20 * Slack - what left after dividing the VRAM.
22 * last 4096 bytes of each framebuffer is the display information area.
74 * len_and_flags & ~VBVA_F_RECORD_PARTIAL >= VBVA_RING_BUFFER_SIZE -
80 #define VBVA_RING_BUFFER_SIZE (4194304 - 1024)
113 * The value for port IO to let the adapter to interpret the display memory.
114 * The display number is encoded in low 16 bits.
146 /* guest->host commands */
165 /* G->H DMA command */
177 /* host->guest commands */
355 * Preallocate 4 bytes for accessing actual data as p->data.
390 /* The size of the mode hint structures directly following this one. */
397 * Structure in which a mode hint is returned. The guest allocates an array
410 u32 display; member
411 u32 dx; /* X offset into the virtual frame-buffer. */
412 u32 dy; /* Y offset into the virtual frame-buffer. */
422 * virtual screens and must be re-set.
425 s32 x; /* Upper left X co-ordinate relative to the first screen. */
426 s32 y; /* Upper left Y co-ordinate relative to the first screen. */
433 * to use the guest information to re-position its own cursor (though this is