Lines Matching full:gop
55 static EFI_GRAPHICS_OUTPUT *gop; variable
612 gop = tgop; in efi_find_framebuffer()
616 gop = tgop; in efi_find_framebuffer()
624 gfx_state->tg_private = gop; in efi_find_framebuffer()
639 rv = efifb_from_gop(&efifb, gop->Mode, gop->Mode->Info); in efi_find_framebuffer()
759 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in gop_autoresize()
760 status = gop->QueryMode(gop, mode, &infosz, &info); in gop_autoresize()
763 efifb_from_gop(&efifb, gop->Mode, info); in gop_autoresize()
777 status = gop->SetMode(gop, best_mode); in gop_autoresize()
832 if (gop != NULL) in command_autoresize()
843 * Default to text_autoresize if we have neither GOP or UGA. This won't in command_autoresize()
851 COMMAND_SET(gop, "gop", "graphics output protocol", command_gop);
861 if (gop == NULL) { in command_gop()
880 status = gop->SetMode(gop, mode); in command_gop()
890 * "blt on" does allow gop->Blt() to be used (default). in command_gop()
891 * "blt off" does block gop->Blt() to be used and use in command_gop()
915 efifb_from_gop(&efifb, gop->Mode, gop->Mode->Info); in command_gop()
929 print_efifb(gop->Mode->Mode, &efifb, 1); in command_gop()
939 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in command_gop()
940 status = gop->QueryMode(gop, mode, &infosz, &info); in command_gop()
943 efifb_from_gop(&efifb, gop->Mode, info); in command_gop()