struct ExtendedDisplayIdResponse

Defined at line 363 of file ../../src/graphics/lib/virtio/virtio-abi.h

Response to a VIRTIO_GPU_CMD_GET_EDID command.

struct virtio_gpu_resp_edid in virtio13 5.7.6.8 "Device Operation: controlq",

under the VIRTIO_GPU_CMD_GET_EDID command description

Public Members

uint32_t edid_size
uint32_t padding
uint8_t[1024] edid_bytes
static const int kMaxEdidSize