Searched refs:image_offset_y (Results 1 – 3 of 3) sorted by relevance
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()
30 BGRT_SHOW(yoffset, image_offset_y);
332 u32 image_offset_y; member