Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/
Defifb.c148 u32 bmp_width, bmp_height, bmp_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
199 bmp_height = abs(dib_header->height); in efifb_show_boot_graphics()
202 if ((file_header->bitmap_offset + bmp_pitch * bmp_height) > in efifb_show_boot_graphics()
207 (bgrt_tab.image_offset_y + bmp_height) > si->lfb_height) in efifb_show_boot_graphics()
218 y >= (bgrt_tab.image_offset_y + bmp_height)) { in efifb_show_boot_graphics()
226 src_y = (bmp_height - 1) - src_y; in efifb_show_boot_graphics()