Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/
H A Dframebuffer.c598 EFI_GRAPHICS_OUTPUT *tgop; in efi_find_framebuffer() local
601 status = OpenProtocolByHandle(hlist[i], &gop_guid, (void **)&tgop); in efi_find_framebuffer()
605 if (tgop->Mode->Info->PixelFormat == PixelBltOnly || in efi_find_framebuffer()
606 tgop->Mode->Info->PixelFormat >= PixelFormatMax) in efi_find_framebuffer()
612 gop = tgop; in efi_find_framebuffer()
616 gop = tgop; in efi_find_framebuffer()