OvmfPkg/VirtioGpuDxe: add VirtioGpuGetDisplayInfo
Add support for sending a GetDisplayInfo command. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
committed by
mergify[bot]
parent
182122914c
commit
82c07f2cc7
@@ -366,6 +366,12 @@ VirtioGpuResourceFlush (
|
||||
IN UINT32 ResourceId
|
||||
);
|
||||
|
||||
EFI_STATUS
|
||||
VirtioGpuGetDisplayInfo (
|
||||
IN OUT VGPU_DEV *VgpuDev,
|
||||
volatile VIRTIO_GPU_RESP_DISPLAY_INFO *Response
|
||||
);
|
||||
|
||||
/**
|
||||
Release guest-side and host-side resources that are related to an initialized
|
||||
VGPU_GOP.Gop.
|
||||
|
Reference in New Issue
Block a user