Re: [PATCH] pci/vgaarb: make vga_is_firmware_default() arch independent

2023-05-31 Thread Sui Jingfeng
Hi, CCing loogson EFI co-workers: On 2023/5/31 04:17, Bjorn Helgaas wrote: On Mon, May 29, 2023 at 11:45:04PM +0800, Sui Jingfeng wrote: The vga_is_firmware_default() function will work on non-x86 architectures as long as the arch has UEFI GOP support, which passes the firmware framebuffer

Re: [PATCH] pci/vgaarb: make vga_is_firmware_default() arch independent

2023-05-30 Thread Bjorn Helgaas
On Mon, May 29, 2023 at 11:45:04PM +0800, Sui Jingfeng wrote: > The vga_is_firmware_default() function will work on non-x86 architectures > as long as the arch has UEFI GOP support, which passes the firmware > framebuffer base address and size. > > This patch makes the vga_is_firmware_default()

[PATCH] pci/vgaarb: make vga_is_firmware_default() arch independent

2023-05-29 Thread Sui Jingfeng
The vga_is_firmware_default() function will work on non-x86 architectures as long as the arch has UEFI GOP support, which passes the firmware framebuffer base address and size. This patch makes the vga_is_firmware_default() function arch-independent. This could help the VGAARB subsystem make the