HomeSort by relevance Sort by last modified time
    Searched refs:Gop (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
EmuGopDxe.inf 2 # GOP driver
40 Gop.h
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
VirtioGpu.inf 29 Gop.c
VirtioGpu.h 69 // The Child field references the GOP wrapper structure. If this pointer is
71 // VIRTIO_DEVICE_PROTOCOL controller without producing the child GOP
115 // The Gop field is installed on the child handle as Graphics Output Protocol
118 EFI_GRAPHICS_OUTPUT_PROTOCOL Gop;
121 // Referenced by Gop.Mode, GopMode provides a summary about the supported
135 // Gop.SetMode() call, never zero afterwards.
142 // -- internal -- Gop.SetMode() call, never NULL afterwards.
295 VGPU_GOP.Gop.
300 VgpuGop->Gop.SetMode() at least once successfully.
312 FALSE when VgpuGop->Gop.SetMode() calls this function
    [all...]
DriverBinding.c 118 // Otherwise, the caller is looking for the name of the GOP child controller.
119 // Check if it is asking about the GOP child controller that we manage. (The
120 // condition below covers the case when we haven't produced the GOP child
127 // Sanity check: our GOP child controller keeps the VGPU_DEV controller's
349 // Fill in the function members of VgpuGop->Gop from the template, then set
350 // up the rest of the GOP infrastructure by calling SetMode() right now.
352 CopyMem (&VgpuGop->Gop, &mGopTemplate, sizeof mGopTemplate);
353 Status = VgpuGop->Gop.SetMode (&VgpuGop->Gop, 0);
363 &VgpuGop->Gop);
    [all...]
Gop.c 24 VGPU_GOP.Gop.
29 VgpuGop->Gop.SetMode() at least once successfully.
41 FALSE when VgpuGop->Gop.SetMode() calls this function
187 // Macro for casting VGPU_GOP.Gop to VGPU_GOP.
190 CR (GopPointer, VGPU_GOP, Gop, VGPU_GOP_SIG)
254 // Set up the Gop -> GopMode -> GopModeInfo pointer chain, and the other
259 VgpuGop->Gop.Mode = &VgpuGop->GopMode;
639 // Template for initializing VGPU_GOP.Gop.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 41 EFI_GRAPHICS_OUTPUT_PROTOCOL Gop;
48 #define LCD_INSTANCE_FROM_GOP_THIS(a) CR (a, LCD_INSTANCE, Gop, LCD_INSTANCE_SIGNATURE)
LcdGraphicsOutputDxe.c 57 { // Gop
94 Instance->Gop.Mode = &Instance->Mode;
95 Instance->Gop.Mode->MaxMode = LcdPlatformGetMaxMode ();
132 Instance->Gop.Mode->SizeOfInfo = sizeof(EFI_GRAPHICS_OUTPUT_MODE_INFORMATION);
133 Instance->Gop.Mode->FrameBufferBase = VramBaseAddress;
172 &gEfiGraphicsOutputProtocolGuid, &Instance->Gop,
208 &gEfiGraphicsOutputProtocolGuid, &Instance->Gop, // Uninstall Graphics Output protocol
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
QemuVideoDxe.inf 39 Gop.c
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
Platform.c 106 // We want to be notified about GOP installations until we find one GOP
113 // the GOP instances one by one.
118 // Cache the resolutions we get from the GOP.
406 Query and save all resolutions supported by the GOP.
408 @param[in] Gop The Graphics Output Protocol instance to query.
410 @param[out] NumGopModes The number of modes supported by the GOP. On output,
414 the resolutions returned by the GOP. The caller is
419 @return Error codes from Gop->QueryMode().
426 IN EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop,
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
BltLibSample.c 263 EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop;
268 (VOID **) &Gop
275 (VOID*)(UINTN) Gop->Mode->FrameBufferBase,
276 Gop->Mode->Info
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/GopBltLib/
GopBltLib.c 51 EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop;
65 (VOID*) &Gop
68 (FrameBuffer == (VOID*)(UINTN) Gop->Mode->FrameBufferBase)) {
69 mGop = Gop;
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
Linux.c 477 EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop
484 Status = Gop->QueryMode(Gop, Gop->Mode->Mode, &Size, &Info);
489 /* We found a GOP */
503 Si->lfb_base = (UINT32) Gop->Mode->FrameBufferBase;
504 Si->lfb_size = (UINT32) Gop->Mode->FrameBufferSize;
573 EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop;
589 (VOID*) &Gop
595 Status = SetupGraphicsFromGop (&Bp->screen_info, Gop);
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 42 EFI_GRAPHICS_OUTPUT_PROTOCOL Gop;
48 #define LCD_INSTANCE_FROM_GOP_THIS(a) CR (a, LCD_INSTANCE, Gop, LCD_INSTANCE_SIGNATURE)
LcdGraphicsOutputDxe.c 63 { // Gop
98 Instance->Gop.Mode = &Instance->Mode;
356 &gEfiGraphicsOutputProtocolGuid, &Instance->Gop,
392 &gEfiGraphicsOutputProtocolGuid, &Instance->Gop, // Uninstall Graphics Output protocol
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmConsole.c 196 // Append the device path to GOP pool when there is GOP protocol installed.
206 // Recursively look for GOP child in this frame buffer handle
208 DEBUG ((EFI_D_INFO, "[Bds] Looking for GOP child deeper ... \n"));
240 EFI_DEVICE_PATH_PROTOCOL *Gop;
254 // Try to connect the PCI device path, so that GOP driver could start on this
261 Gop = EfiBootManagerGetGopDevicePath (VideoController);
262 if (Gop == NULL) {
266 EfiBootManagerUpdateConsoleVariable (ConOut, Gop, NULL);
267 FreePool (Gop);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleApp.c 194 EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop;
196 Status = gBS->LocateProtocol(&gEfiGraphicsOutputProtocolGuid, NULL, (VOID **)&Gop);
198 Print(L"CapsuleApp: NO GOP is found.\n");
201 Print(L"Current GOP: Mode - %d, ", Gop->Mode->Mode);
202 Print(L"HorizontalResolution - %d, ", Gop->Mode->Info->HorizontalResolution);
203 Print(L"VerticalResolution - %d\n", Gop->Mode->Info->VerticalResolution);
247 DisplayCapsule->ImagePayload.Mode = Gop->Mode->Mode;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.c 2 Implementation for a generic GOP driver.
600 EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop;
630 (VOID **) &Gop,
639 Private = GRAPHICS_OUTPUT_PRIVATE_FROM_THIS (Gop);
649 // Remove the GOP protocol interface from the system

Completed in 566 milliseconds