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.
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
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
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
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