Searched refs:bgrt_tab (Results 1 – 3 of 3) sorted by relevance
19 struct acpi_table_bgrt bgrt_tab; variable31 struct acpi_table_bgrt *bgrt = &bgrt_tab; in efi_bgrt_init()39 if (table->length < sizeof(bgrt_tab)) { in efi_bgrt_init()41 table->length, sizeof(bgrt_tab)); in efi_bgrt_init()87 memset(bgrt, 0, sizeof(bgrt_tab)); in efi_bgrt_init()
137 return bgrt_tab.image_offset_x == expected_xoffset; in efifb_bgrt_sanity_check()157 if (!bgrt_tab.image_address) { in efifb_show_boot_graphics()162 if (bgrt_tab.status & 0x06) { in efifb_show_boot_graphics()178 bgrt_image = memremap(bgrt_tab.image_address, bgrt_image_size, in efifb_show_boot_graphics()206 if ((bgrt_tab.image_offset_x + bmp_width) > si->lfb_width || in efifb_show_boot_graphics()207 (bgrt_tab.image_offset_y + bmp_height) > si->lfb_height) in efifb_show_boot_graphics()217 if (y < bgrt_tab.image_offset_y || in efifb_show_boot_graphics()218 y >= (bgrt_tab.image_offset_y + bmp_height)) { in efifb_show_boot_graphics()223 src_y = y - bgrt_tab.image_offset_y; in efifb_show_boot_graphics()228 memset(dst, 0, bgrt_tab.image_offset_x * 4); in efifb_show_boot_graphics()[all …]
14 extern struct acpi_table_bgrt bgrt_tab;