Lines Matching full:gop
60 static EFI_GRAPHICS_OUTPUT_PROTOCOL *gop; variable
643 gop = tgop; in efi_find_framebuffer()
647 gop = tgop; in efi_find_framebuffer()
656 gfx_state->tg_private = gop; in efi_find_framebuffer()
663 rv = efifb_from_gop(&efifb, gop->Mode, gop->Mode->Info); in efi_find_framebuffer()
786 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in gop_autoresize()
787 status = gop->QueryMode(gop, mode, &infosz, &info); in gop_autoresize()
790 efifb_from_gop(&efifb, gop->Mode, info); in gop_autoresize()
804 status = gop->SetMode(gop, best_mode); in gop_autoresize()
859 if (gop != NULL) in command_autoresize()
870 * Default to text_autoresize if we have neither GOP or UGA. This won't in command_autoresize()
878 COMMAND_SET(gop, "gop", "graphics output protocol", command_gop);
888 if (gop == NULL) { in command_gop()
907 status = gop->SetMode(gop, mode); in command_gop()
917 * "blt on" does allow gop->Blt() to be used (default). in command_gop()
918 * "blt off" does block gop->Blt() to be used and use in command_gop()
942 efifb_from_gop(&efifb, gop->Mode, gop->Mode->Info); in command_gop()
956 print_efifb(gop->Mode->Mode, &efifb, 1); in command_gop()
966 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in command_gop()
967 status = gop->QueryMode(gop, mode, &infosz, &info); in command_gop()
970 efifb_from_gop(&efifb, gop->Mode, info); in command_gop()