Searched refs:bmp_height (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | efifb.c | 142 u32 bmp_width, bmp_height, bmp_pitch, screen_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local 194 bmp_height = abs(dib_header->height); in efifb_show_boot_graphics() 198 if ((file_header->bitmap_offset + bmp_pitch * bmp_height) > in efifb_show_boot_graphics() 203 (bgrt_tab.image_offset_y + bmp_height) > si->lfb_height) in efifb_show_boot_graphics() 214 y >= (bgrt_tab.image_offset_y + bmp_height)) { in efifb_show_boot_graphics() 222 src_y = (bmp_height - 1) - src_y; in efifb_show_boot_graphics()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | efifb.c | 152 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()
|
Completed in 2 milliseconds