Searched refs:gop (Results 1 – 6 of 6) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_gop.c | 14 static struct efi_gop *gop; variable 30 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop); in setup() 32 gop = NULL; in setup() 61 if (!gop) in execute() 64 if (!gop->mode) { in execute() 68 max_mode = gop->mode->max_mode; in execute() 76 ret = gop->query_mode(gop, i, &size, &info); in execute() 93 EFI_UNIT_TEST(gop) = {
|
A D | efi_selftest_bitblt.c | 27 static struct efi_gop *gop; variable 88 gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, sx, 0, dx, DEPTH, in notify() 120 gop = NULL; in setup() 236 if (!gop) in execute() 239 if (!gop->mode) { in execute() 243 info = gop->mode->info; in execute() 244 max_mode = gop->mode->max_mode; in execute() 251 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_FILL, 0, 0, 0, 0, in execute() 259 ret = gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, 0, 0, 0, DEPTH, in execute() 267 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_TO_VIDEO, in execute() [all …]
|
/u-boot/cmd/ |
A D | elf.c | 107 struct efi_gop_info *gop; in do_bootvx() local 174 gop = (struct efi_gop_info *)(base + EFI_GOP_INFO_OFFSET); in do_bootvx() 175 gop->magic = EFI_GOP_INFO_MAGIC; in do_bootvx() 176 gop->info.version = 0; in do_bootvx() 177 gop->info.width = vesa->x_resolution; in do_bootvx() 178 gop->info.height = vesa->y_resolution; in do_bootvx() 179 gop->info.pixel_format = EFI_GOT_RGBA8; in do_bootvx() 180 gop->info.pixels_per_scanline = vesa->bytes_per_scanline / 4; in do_bootvx() 181 gop->fb_base = vesa->phys_base_ptr; in do_bootvx() 182 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution; in do_bootvx()
|
/u-boot/lib/efi/ |
A D | efi_stub.c | 279 struct efi_gop *gop; in efi_main() local 321 ret = boot->locate_protocol(&efi_gop_guid, NULL, (void **)&gop); in efi_main() 325 mode.fb_base = gop->mode->fb_base; in efi_main() 326 mode.fb_size = gop->mode->fb_size; in efi_main() 327 mode.info_size = gop->mode->info_size; in efi_main() 329 gop->mode->info, in efi_main()
|
/u-boot/arch/arm/dts/ |
A D | armada-cp110-slave.dtsi | 75 gop-port-id = <0>; 82 gop-port-id = <2>; 89 gop-port-id = <3>; 123 "cps-gop-dp", "none", "cps-pcie_x10",
|
A D | armada-cp110-master.dtsi | 75 gop-port-id = <0>; 82 gop-port-id = <2>; 89 gop-port-id = <3>; 123 "cpm-gop-dp", "none", "cpm-pcie_x10",
|
Completed in 12 milliseconds