Re: [PATCH v2 2/4] docs: vhost-user-gpu: add protocol changes for EDID

2023-06-01 Thread Marc-André Lureau
Hi On Wed, May 31, 2023 at 8:08 PM Erico Nunes wrote: > VHOST_USER_GPU_GET_EDID is defined as a message from the backend to the > frontend to retrieve the EDID data for a given scanout. > > The VHOST_USER_GPU_PROTOCOL_F_EDID protocol feature is defined as a way > to check whether this new messag

[PATCH v2 2/4] docs: vhost-user-gpu: add protocol changes for EDID

2023-05-31 Thread Erico Nunes
VHOST_USER_GPU_GET_EDID is defined as a message from the backend to the frontend to retrieve the EDID data for a given scanout. The VHOST_USER_GPU_PROTOCOL_F_EDID protocol feature is defined as a way to check whether this new message is supported or not. Signed-off-by: Erico Nunes --- docs/inte