Searched refs:image_offset_y (Results 1 – 3 of 3) sorted by relevance
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()
52 return snprintf(buf, PAGE_SIZE, "%d\n", bgrt_tab.image_offset_y); in show_yoffset()
281 u32 image_offset_y; member