Searched refs:gop (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | efiboot.c | 458 (void **)&gop); in efi_video_init() 460 first_gop = gop; in efi_video_init() 467 gop = first_gop; in efi_video_init() 844 status = gop->SetMode(gop, mode); in efi_gop_setmode() 907 if (gop != NULL) { in efi_makebootargs() 910 status = gop->QueryMode(gop, i, &sz, &gopi); in efi_makebootargs() 922 curmode = gop->Mode->Mode; in efi_makebootargs() 927 gopi = gop->Mode->Info; in efi_makebootargs() 1199 if (gop == NULL) { in Xgop_efi() 1206 status = gop->QueryMode(gop, mode, &sz, &gopi); in Xgop_efi() [all …]
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | efiboot.c | 357 EFI_GRAPHICS_OUTPUT *gop; in efi_framebuffer() local 401 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop); in efi_framebuffer() 406 if (gop == NULL || gop->Mode == NULL || gop->Mode->Info == NULL) in efi_framebuffer() 410 switch (gop->Mode->Info->PixelFormat) { in efi_framebuffer() 421 base = gop->Mode->FrameBufferBase; in efi_framebuffer() 422 size = gop->Mode->FrameBufferSize; in efi_framebuffer() 423 width = htobe32(gop->Mode->Info->HorizontalResolution); in efi_framebuffer() 424 height = htobe32(gop->Mode->Info->VerticalResolution); in efi_framebuffer() 425 stride = htobe32(gop->Mode->Info->PixelsPerScanLine * 4); in efi_framebuffer()
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | efiboot.c | 378 EFI_GRAPHICS_OUTPUT *gop; in efi_framebuffer() local 422 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop); in efi_framebuffer() 427 if (gop == NULL || gop->Mode == NULL || gop->Mode->Info == NULL) in efi_framebuffer() 431 switch (gop->Mode->Info->PixelFormat) { in efi_framebuffer() 442 base = gop->Mode->FrameBufferBase; in efi_framebuffer() 443 size = gop->Mode->FrameBufferSize; in efi_framebuffer() 444 width = htobe32(gop->Mode->Info->HorizontalResolution); in efi_framebuffer() 445 height = htobe32(gop->Mode->Info->VerticalResolution); in efi_framebuffer() 446 stride = htobe32(gop->Mode->Info->PixelsPerScanLine * 4); in efi_framebuffer()
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | efiboot.c | 394 EFI_GRAPHICS_OUTPUT *gop; in efi_framebuffer() local 438 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop); in efi_framebuffer() 443 if (gop == NULL || gop->Mode == NULL || gop->Mode->Info == NULL) in efi_framebuffer() 446 switch (gop->Mode->Info->PixelFormat) { in efi_framebuffer() 456 EFI_PIXEL_BITMASK *bm = &gop->Mode->Info->PixelInformation; in efi_framebuffer() 470 gop->Mode->Info->PixelFormat); in efi_framebuffer() 474 base = gop->Mode->FrameBufferBase; in efi_framebuffer() 475 size = gop->Mode->FrameBufferSize; in efi_framebuffer() 476 width = htobe32(gop->Mode->Info->HorizontalResolution); in efi_framebuffer() 477 height = htobe32(gop->Mode->Info->VerticalResolution); in efi_framebuffer() [all …]
|
/openbsd/sys/arch/amd64/stand/boot/ |
H A D | boot.8 | 239 .It Ic gop Op Ar mode
|