/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 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() [all …]
|
H A D | main.c | 963 * If we don't have any Con* variable use both. If we have GOP in parse_uefi_con_out() 966 * GOP, if present and serial. If there's an EFI BIOS that omits in parse_uefi_con_out()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | marvell,pp2.yaml | 38 - description: GOP clock 126 gop-port-id: 130 GOP (Group Of Ports) point of view. This ID is used to index the 167 - gop-port-id 192 gop-port-id: false 262 gop-port-id = <0>; 281 gop-port-id = <2>; 303 gop-port-id = <3>;
|
H A D | marvell-pp2.txt | 24 - GOP clock (for both armada-375-pp2 and armada-7k-pp2) 38 - gop-port-id: only for marvell,armada-7k-pp2, ID of the port from the 39 GOP (Group Of Ports) point of view. This ID is used to index the 105 gop-port-id = <0>; 122 gop-port-id = <2>; 139 gop-port-id = <3>;
|
/freebsd/stand/efi/include/ |
H A D | eficonsctl.h | 29 * Abstract: Abstraction of a Text mode or GOP/UGA screen 68 GopUgaExists - TRUE if Console Spliter has found a GOP or UGA device
|
/freebsd/share/examples/bhyve/ |
H A D | vmrun.sh | 77 echo " -F: Use a custom UEFI GOP framebuffer size" \ 85 echo " -L: IP address for UEFI GOP VNC server" \ 92 echo " -P: UEFI GOP VNC port (default: ${DEFAULT_VNCPORT})" 94 echo " -T: Enable tablet device (for UEFI GOP) (amd64 only)"
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 32 * GOP Blt, and allows us to fill the rectangle on screen, copy 166 * in order to exclude buggy gop->Blt(), we want option 167 * to use direct draw to framebuffer and avoid gop->Blt. 168 * Can be toggled with "gop" command. 796 EFI_GRAPHICS_OUTPUT *gop = gfx_state.tg_private; in gfxfb_blt() local 806 if (!ignore_gop_blt && gop != NULL && boot_services_active) { in gfxfb_blt() 812 status = gop->Blt(gop, BltBuffer, EfiBltVideoFill, in gfxfb_blt() 818 status = gop->Blt(gop, BltBuffer, in gfxfb_blt() 825 status = gop->Blt(gop, BltBuffer, EfiBltBufferToVideo, in gfxfb_blt() 831 status = gop->Blt(gop, BltBuffer, EfiBltVideoToVideo, in gfxfb_blt()
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-cp11x.dtsi | 90 gop-port-id = <0>; 110 gop-port-id = <2>; 130 gop-port-id = <3>;
|
/freebsd/stand/i386/libi386/ |
H A D | vbe.h | 31 * To provide consistent look with UEFI GOP, we use 800x600 here,
|
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
H A D | cp110-system-controller.txt | 51 - 1 9 GOP DP 59 - 1 18 SD/MMC/GOP
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | mvebu-gated-clock.txt | 42 19 gop Gigabit Ethernet MAC
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d-opregion.h | 55 int16_t dver[0x10]; ///< Offset 0x64 GOP Version
|
H A D | pci_gvt-d.c | 88 * shouldn't need it. On the other hand, the Intel GOP driver refuses to work
|
/freebsd/stand/efi/boot1/ |
H A D | boot1.c | 207 * console size through GOP/UGA. in efi_main()
|
/freebsd/release/tools/ |
H A D | arm.subr | 148 echo '# Multiple console (serial+efi gop) enabled.' \
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 21 * graphics drivers, such as EFI-GOP or VESA, early during the boot process.
|
/freebsd/sys/contrib/v4l/ |
H A D | videodev.h | 231 __u32 smpte_timecode; /* current SMPTE timecode (for current GOP) */
|
/freebsd/sys/sys/ |
H A D | fbio.h | 90 #define FBTYPE_EFIFB 31 /* EFI Graphical Output Protocol (GOP) */
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyve_config.5 | 585 This value is required for the Intel GOP driver to work properly.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 1556 unsigned VEAsmParser::validateTargetOperandClass(MCParsedAsmOperand &GOp, in validateTargetOperandClass() argument 1558 VEOperand &Op = (VEOperand &)GOp; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 1689 unsigned SparcAsmParser::validateTargetOperandClass(MCParsedAsmOperand &GOp, in validateTargetOperandClass() argument 1691 SparcOperand &Op = (SparcOperand &)GOp; in validateTargetOperandClass()
|
/freebsd/stand/efi/libefi/ |
H A D | env.c | 110 { .efi_guid_name = "GOP",
|
H A D | efi_console.c | 1008 /* UEFI gop has depth 32. */ in cons_update_mode()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2479 OS << "static unsigned validateOperandClass(MCParsedAsmOperand &GOp, " in emitValidateOperandClass() 2482 << Info.Target.getName() << "Operand &)GOp;\n"; in emitValidateOperandClass()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 9888 A1ED;YI SYLLABLE GOP;Lo;0;L;;;;;N;;;;;
|