Lines Matching refs:bgrt_tab
142 right_margin = si->lfb_width - (bgrt_tab.image_offset_x + bmp_width); in efifb_bgrt_sanity_check()
143 if (right_margin < (bgrt_tab.image_offset_x / 5)) in efifb_bgrt_sanity_check()
167 if (!bgrt_tab.image_address) { in efifb_show_boot_graphics()
183 bgrt_image = memremap(bgrt_tab.image_address, bgrt_image_size, in efifb_show_boot_graphics()
212 if ((bgrt_tab.image_offset_x + bmp_width) > si->lfb_width || in efifb_show_boot_graphics()
213 (bgrt_tab.image_offset_y + bmp_height) > si->lfb_height) in efifb_show_boot_graphics()
223 if (y < bgrt_tab.image_offset_y || in efifb_show_boot_graphics()
224 y >= (bgrt_tab.image_offset_y + bmp_height)) { in efifb_show_boot_graphics()
229 src_y = y - bgrt_tab.image_offset_y; in efifb_show_boot_graphics()
234 memset(dst, 0, bgrt_tab.image_offset_x * 4); in efifb_show_boot_graphics()
235 dst_x = bgrt_tab.image_offset_x; in efifb_show_boot_graphics()