Searched refs:image_offset_y (Results 1 – 3 of 3) sorted by relevance
212 (bgrt_tab.image_offset_y + bmp_height) > si->lfb_height) in efifb_show_boot_graphics()222 if (y < bgrt_tab.image_offset_y || in efifb_show_boot_graphics()223 y >= (bgrt_tab.image_offset_y + bmp_height)) { in efifb_show_boot_graphics()228 src_y = y - bgrt_tab.image_offset_y; in efifb_show_boot_graphics()
30 BGRT_SHOW(yoffset, image_offset_y);
332 u32 image_offset_y; member