Home
last modified time | relevance | path

Searched refs:tgop (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/efi/loader/
H A Dframebuffer.c627 EFI_GRAPHICS_OUTPUT_PROTOCOL *tgop; in efi_find_framebuffer() local
631 (void **)&tgop); in efi_find_framebuffer()
635 if (tgop->Mode->Info->PixelFormat == PixelBltOnly || in efi_find_framebuffer()
636 tgop->Mode->Info->PixelFormat >= PixelFormatMax) in efi_find_framebuffer()
643 gop = tgop; in efi_find_framebuffer()
647 gop = tgop; in efi_find_framebuffer()