Home | History | Annotate | Download | only in UiApp

Lines Matching refs:Mode

29 // Boot video resolution and text mode.

36 // BIOS setup video resolution and text mode.
654 This function will change video resolution and text mode
655 according to defined setup mode or defined boot mode
657 @param IsSetupMode Indicate mode is changed to setup mode or boot mode.
659 @retval EFI_SUCCESS Mode is changed successfully.
660 @retval Others Mode failed to be changed.
690 // Get current video resolution and text mode
716 // The required resolution and text mode is setup mode.
724 // The required resolution and text mode is boot mode.
733 MaxGopMode = GraphicsOutput->Mode->MaxMode;
737 MaxTextMode = SimpleTextOut->Mode->MaxMode;
743 // 1.1. If current text mode is same with required text mode, text mode need not be changed.
744 // 1.2. If current text mode is different from required text mode, text mode need be changed.
757 if ((GraphicsOutput->Mode->Info->HorizontalResolution == NewHorizontalResolution) &&
758 (GraphicsOutput->Mode->Info->VerticalResolution == NewVerticalResolution)) {
760 // Current resolution is same with required resolution, check if text mode need be set
762 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
766 // If current text mode is same with required text mode. Do nothing
772 // If current text mode is different from required text mode. Set new video mode
779 // Required text mode is supported, set it.
784 // Update text mode PCD.
797 // If required text mode is not supported, return error.
828 // Set PCD to Inform Consplitter to change text mode.
840 // Video mode is changed, so restart graphics console driver and higher level driver.
895 // and text mode before launching setup at first time.
917 // Get current video resolution and text mode.
919 mBootHorizontalResolution = GraphicsOutput->Mode->Info->HorizontalResolution;
920 mBootVerticalResolution = GraphicsOutput->Mode->Info->VerticalResolution;
926 SimpleTextOut->Mode->Mode,
935 // Get user defined text mode for setup.