Searched refs:tgop (Results 1 – 1 of 1) sorted by relevance
598 EFI_GRAPHICS_OUTPUT *tgop; in efi_find_framebuffer() local601 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()