Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
DGop.c259 VgpuGop->Gop.Mode = &VgpuGop->GopMode; in GopSetMode()
261 VgpuGop->GopMode.MaxMode = (UINT32)(ARRAY_SIZE (mGopResolutions)); in GopSetMode()
262 VgpuGop->GopMode.Info = &VgpuGop->GopModeInfo; in GopSetMode()
263 VgpuGop->GopMode.SizeOfInfo = sizeof VgpuGop->GopModeInfo; in GopSetMode()
399 VgpuGop->GopMode.Mode = ModeNumber; in GopSetMode()
DVirtioGpu.h124 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE GopMode; member
/device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
DPlatform.c279 CONST GOP_MODE *GopMode; in FormStateToPlatformConfig() local
288 GopMode = mGopModes + MainFormState->NextPreferredResolution; in FormStateToPlatformConfig()
291 PlatformConfig.HorizontalResolution = GopMode->X; in FormStateToPlatformConfig()
292 PlatformConfig.VerticalResolution = GopMode->Y; in FormStateToPlatformConfig()