3395fe5230
* grub-core/loader/i386/linux.c (grub_linux_setup_video): Use grub_video_get_driver_id and variable gfxpayloadforcelfb to fill have_vga. (grub_linux_boot): Rely on grub_linux_setup_video to fill have_vga and shift params->lfb_size. * include/grub/i386/linux.h: Make an enume out of have_vga values.
2 lines
162 B
Text
2 lines
162 B
Text
Currently search and assembling multidevice abstractions scans all the devices which can be slow.
|
|
Cache isn't used correctly for video which results in slowness.
|