Searched refs:GopMode (Results 1 – 3 of 3) sorted by relevance
259 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()
124 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE GopMode; member
279 CONST GOP_MODE *GopMode; in FormStateToPlatformConfig() local288 GopMode = mGopModes + MainFormState->NextPreferredResolution; in FormStateToPlatformConfig()291 PlatformConfig.HorizontalResolution = GopMode->X; in FormStateToPlatformConfig()292 PlatformConfig.VerticalResolution = GopMode->Y; in FormStateToPlatformConfig()