Module virtio_gpu

Source

Structs§

VirtIOGPU
Driver for a VirtIO GPUDevice-class device.

Enums§

VirtIOGPUState
State machine states for the VirtIOGPU driver.

Constants§

MAX_ATTACH_BACKING_REQ_MEMORY_ENTRIES
How many individual memory regions a backing buffer for a resouce can be split over.
MAX_REQ_SIZE
Maximum size of any single request issued by the VirtIOGPU driver.
MAX_RESP_SIZE
Maximum size of any single response returned by the device to the VirtIOGPU driver.
PIXEL_STRIDE
The total number of bytes occupied by a pixel in memory.