Re: [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-04-17 Thread Thomas Zimmermann
ping Am 12.04.23 um 13:22 schrieb Javier Martinez Canillas: "Pierre Asselin" writes: Can you please share you grub config file? It seems that is set to GRUB_GFXMODE=1024x768x32 but the actual mode is set to 1024x768x24 ? Okay, but you'll be sorry... The gfxmode is set to "keep" in all the

Re: [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-04-16 Thread Linux regression tracking #update (Thorsten Leemhuis)
[TLDR: This mail in primarily relevant for Linux regression tracking. A change or fix related to the regression discussed in this thread was posted or applied, but it did not use a Link: tag to point to the report, as Linus and the documentation call for. Things happen, no worries -- but now the re

Re: [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-04-12 Thread Javier Martinez Canillas
"Pierre Asselin" writes: >> Can you please share you grub config file? It seems that is set to >> GRUB_GFXMODE=1024x768x32 but the actual mode is set to 1024x768x24 ? > > Okay, but you'll be sorry... The gfxmode is set to "keep" in all the > entries. https://www.panix.com/~pa/linux-6.3-simplefb

Re: [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-04-11 Thread Pierre Asselin
> Can you please share you grub config file? It seems that is set to > GRUB_GFXMODE=1024x768x32 but the actual mode is set to 1024x768x24 ? Okay, but you'll be sorry... The gfxmode is set to "keep" in all the entries. https://www.panix.com/~pa/linux-6.3-simplefb/grub.cfg . The "TEST" entry was

Re: [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-04-11 Thread Javier Martinez Canillas
"Pierre Asselin" writes: Hello Pierre, > Oh oh, I just reproduced the problem on a desktop tower, a Dell Precision > T3610, probably 2019 vintage. The only thing in common with the old > laptop, that I can think of, is that both use the legacy BIOS. The Dell > has EFI but the graphics card may

Re: [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-04-08 Thread Pierre Asselin
Oh oh, I just reproduced the problem on a desktop tower, a Dell Precision T3610, probably 2019 vintage. The only thing in common with the old laptop, that I can think of, is that both use the legacy BIOS. The Dell has EFI but the graphics card may not support that; there is no integrated graphics

Re: [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-04-08 Thread Linux regression tracking #adding (Thorsten Leemhuis)
[CCing the regression list, as it should be in the loop for regressions: https://docs.kernel.org/admin-guide/reporting-regressions.html] [TLDR: I'm adding this report to the list of tracked Linux kernel regressions; the text you find below is based on a few templates paragraphs you might have enco

Re: [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-04-07 Thread Pierre Asselin
Thomas Zimmermann wrote: > Select color format for EFI/VESA firmware scanout buffer from the > number of bits per pixel and the position of the individual color > components. Fixes the selected format for the buffer in several odd > cases. For example, XRGB1555 has been reported as ARGB1555 becau

[PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

2023-01-02 Thread Thomas Zimmermann
Select color format for EFI/VESA firmware scanout buffer from the number of bits per pixel and the position of the individual color components. Fixes the selected format for the buffer in several odd cases. For example, XRGB1555 has been reported as ARGB1555 because of the different use of depth an