Searched refs:image_offset_y (Results 1 – 3 of 3) sorted by relevance
205 (bgrt_tab.image_offset_y + bmp_height) > si->lfb_height) in efifb_show_boot_graphics()215 if (y < bgrt_tab.image_offset_y || in efifb_show_boot_graphics()216 y >= (bgrt_tab.image_offset_y + bmp_height)) { in efifb_show_boot_graphics()221 src_y = y - bgrt_tab.image_offset_y; in efifb_show_boot_graphics()
30 BGRT_SHOW(yoffset, image_offset_y);
283 u32 image_offset_y; member