Searched refs:image_offset_y (Results 1 – 3 of 3) sorted by relevance
203 (bgrt_tab.image_offset_y + bmp_height) > si->lfb_height) in efifb_show_boot_graphics()213 if (y < bgrt_tab.image_offset_y || in efifb_show_boot_graphics()214 y >= (bgrt_tab.image_offset_y + bmp_height)) { in efifb_show_boot_graphics()219 src_y = y - bgrt_tab.image_offset_y; in efifb_show_boot_graphics()
30 BGRT_SHOW(yoffset, image_offset_y);
281 u32 image_offset_y; member