Re: [PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter

2025-06-23 Thread Thomas Zimmermann
Hi Am 21.06.25 um 00:17 schrieb Mario Limonciello: On 6/20/2025 3:45 AM, Thomas Zimmermann wrote: Hi Am 20.06.25 um 04:49 schrieb Mario Limonciello: From: Mario Limonciello The x86 specific check for whether a framebuffer belongs to a device works for display devices as well as VGA devices.

Re: [PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter

2025-06-22 Thread kernel test robot
cking-if-a-PCI-device-is-a-display-controller/20250620-105220 base: https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git next patch link: https://lore.kernel.org/r/20250620024943.3415685-7-superm1%40kernel.org patch subject: [PATCH v3 6/7] PCI/VGA: Move check for firmware default o

Re: [PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter

2025-06-20 Thread Mario Limonciello
On 6/20/2025 3:45 AM, Thomas Zimmermann wrote: Hi Am 20.06.25 um 04:49 schrieb Mario Limonciello: From: Mario Limonciello The x86 specific check for whether a framebuffer belongs to a device works for display devices as well as VGA devices.  Callers to video_is_primary_device() can benefit fr

Re: [PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter

2025-06-20 Thread Thomas Zimmermann
Hi Am 20.06.25 um 04:49 schrieb Mario Limonciello: From: Mario Limonciello The x86 specific check for whether a framebuffer belongs to a device works for display devices as well as VGA devices. Callers to video_is_primary_device() can benefit from checking non-VGA display devices. Move the x

[PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter

2025-06-19 Thread Mario Limonciello
From: Mario Limonciello The x86 specific check for whether a framebuffer belongs to a device works for display devices as well as VGA devices. Callers to video_is_primary_device() can benefit from checking non-VGA display devices. Move the x86 specific check into x86 specific code, and adjust V