Home
last modified time | relevance | path

Searched full:gop (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/stand/efi/loader/
H A Dframebuffer.c55 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 Dmain.c963 * 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 Dmarvell,pp2.yaml38 - 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 Dmarvell-pp2.txt24 - 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 Deficonsctl.h29 * 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 Dvmrun.sh77 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 Dgfx_fb.c32 * 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 Darmada-cp11x.dtsi90 gop-port-id = <0>;
110 gop-port-id = <2>;
130 gop-port-id = <3>;
/freebsd/stand/i386/libi386/
H A Dvbe.h31 * To provide consistent look with UEFI GOP, we use 800x600 here,
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dcp110-system-controller.txt51 - 1 9 GOP DP
59 - 1 18 SD/MMC/GOP
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-gated-clock.txt42 19 gop Gigabit Ethernet MAC
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d-opregion.h55 int16_t dver[0x10]; ///< Offset 0x64 GOP Version
H A Dpci_gvt-d.c88 * shouldn't need it. On the other hand, the Intel GOP driver refuses to work
/freebsd/stand/efi/boot1/
H A Dboot1.c207 * console size through GOP/UGA. in efi_main()
/freebsd/release/tools/
H A Darm.subr148 echo '# Multiple console (serial+efi gop) enabled.' \
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c21 * graphics drivers, such as EFI-GOP or VESA, early during the boot process.
/freebsd/sys/contrib/v4l/
H A Dvideodev.h231 __u32 smpte_timecode; /* current SMPTE timecode (for current GOP) */
/freebsd/sys/sys/
H A Dfbio.h90 #define FBTYPE_EFIFB 31 /* EFI Graphical Output Protocol (GOP) */
/freebsd/usr.sbin/bhyve/
H A Dbhyve_config.5585 This value is required for the Intel GOP driver to work properly.
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1556 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 DSparcAsmParser.cpp1689 unsigned SparcAsmParser::validateTargetOperandClass(MCParsedAsmOperand &GOp, in validateTargetOperandClass() argument
1691 SparcOperand &Op = (SparcOperand &)GOp; in validateTargetOperandClass()
/freebsd/stand/efi/libefi/
H A Denv.c110 { .efi_guid_name = "GOP",
H A Defi_console.c1008 /* UEFI gop has depth 32. */ in cons_update_mode()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2479 OS << "static unsigned validateOperandClass(MCParsedAsmOperand &GOp, " in emitValidateOperandClass()
2482 << Info.Target.getName() << "Operand &)GOp;\n"; in emitValidateOperandClass()
/freebsd/crypto/heimdal/lib/wind/
H A DUnicodeData.txt9888 A1ED;YI SYLLABLE GOP;Lo;0;L;;;;;N;;;;;

12