HomeSort by relevance Sort by last modified time
    Searched refs:GopMode (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
Gop.c 254 // Set up the Gop -> GopMode -> GopModeInfo pointer chain, and the other
259 VgpuGop->Gop.Mode = &VgpuGop->GopMode;
261 VgpuGop->GopMode.MaxMode = (UINT32)(ARRAY_SIZE (mGopResolutions));
262 VgpuGop->GopMode.Info = &VgpuGop->GopModeInfo;
263 VgpuGop->GopMode.SizeOfInfo = sizeof VgpuGop->GopModeInfo;
399 VgpuGop->GopMode.Mode = ModeNumber;
VirtioGpu.h 121 // Referenced by Gop.Mode, GopMode provides a summary about the supported
124 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE GopMode;
127 // Referenced by GopMode.Info, GopModeInfo provides detailed information
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
Platform.c 279 CONST GOP_MODE *GopMode;
288 GopMode = mGopModes + MainFormState->NextPreferredResolution;
291 PlatformConfig.HorizontalResolution = GopMode->X;
292 PlatformConfig.VerticalResolution = GopMode->Y;

Completed in 1793 milliseconds