Lines Matching full:scanout
20 work by setting a scanout/display configuration, before sending flush
65 | scanout-id | x | y |
68 :scanout-id: ``u32``, the scanout where the cursor is located
89 | scanout-id | w | h |
92 :scanout-id: ``u32``, the scanout configuration to set
94 :w/h: ``u32``, the scanout width/height size
100 | scanout-id | x | y | w | h | data |
103 :scanout-id: ``u32``, the scanout content to update
113 | scanout-id | x | y | w | h | fdw | fwh | stride | flags | fourcc |
116 :scanout-id: ``u32``, the scanout configuration to set
118 :x/y: ``u32``, the location of the scanout within the DMABUF
120 :w/h: ``u32``, the scanout width/height size
131 | scanout-id |
134 :scanout-id: ``u32``, the scanout to get edid from
164 VhostUserGpuScanout scanout;
239 Set the scanout resolution. To disable a scanout, the dimensions
247 Update the scanout content. The data payload contains the graphical bits.
255 Set the scanout resolution/configuration, and share a DMABUF file
256 descriptor for the scanout content, which is passed as ancillary
257 data. To disable a scanout, the dimensions width/height are set
268 Note: there is no data payload, since the scanout is shared thanks
277 Retrieve the EDID data for a given scanout.