Re: [PATCH 09/10] video: Add more debug output on GOP and UGA probing

2020-02-28 Thread Daniel Kiper
On Tue, Feb 25, 2020 at 01:25:52PM +0100, Javier Martinez Canillas wrote: > From: Peter Jones > > Add debug information to EFI GOP and UGA video drivers probing function. Same as for patch #8... Daniel > Signed-off-by: Peter Jones > Signed-off-by: Javier Martinez Canillas > --- > > grub-co

[PATCH 09/10] video: Add more debug output on GOP and UGA probing

2020-02-25 Thread Javier Martinez Canillas
From: Peter Jones Add debug information to EFI GOP and UGA video drivers probing function. Signed-off-by: Peter Jones Signed-off-by: Javier Martinez Canillas --- grub-core/video/efi_gop.c | 8 +++- grub-core/video/efi_uga.c | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff