Home
last modified time | relevance | path

Searched refs:bmp_height (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Defifb.c152 u32 bmp_width, bmp_height, bmp_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
204 bmp_height = abs(dib_header->height); in efifb_show_boot_graphics()
207 if ((file_header->bitmap_offset + bmp_pitch * bmp_height) > in efifb_show_boot_graphics()
212 (bgrt_tab.image_offset_y + bmp_height) > si->lfb_height) in efifb_show_boot_graphics()
223 y >= (bgrt_tab.image_offset_y + bmp_height)) { in efifb_show_boot_graphics()
231 src_y = (bmp_height - 1) - src_y; in efifb_show_boot_graphics()