Home
last modified time | relevance | path

Searched refs:protocol_edid (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c1073 const uint64_t protocol_edid = (1 << VHOST_USER_GPU_PROTOCOL_F_EDID); in protocol_features_cb() local
1086 protocol_features &= (protocol_edid | protocol_dmabuf2); in protocol_features_cb()
1098 if (g->edid_inited && !(protocol_features & protocol_edid)) { in protocol_features_cb()