Re: [PATCH v9 8/9] fbcon: Use screen info to find primary device

2025-07-22 Thread Mario Limonciello
On 7/22/25 10:33 AM, Bjorn Helgaas wrote: On Tue, Jul 22, 2025 at 09:45:28AM -0500, Mario Limonciello wrote: On 7/22/25 9:38 AM, Bjorn Helgaas wrote: On Thu, Jul 17, 2025 at 12:38:11PM -0500, Mario Limonciello wrote: From: Mario Limonciello On systems with non VGA GPUs fbcon can't find the p

Re: [PATCH v9 8/9] fbcon: Use screen info to find primary device

2025-07-22 Thread Bjorn Helgaas
On Tue, Jul 22, 2025 at 09:45:28AM -0500, Mario Limonciello wrote: > On 7/22/25 9:38 AM, Bjorn Helgaas wrote: > > On Thu, Jul 17, 2025 at 12:38:11PM -0500, Mario Limonciello wrote: > > > From: Mario Limonciello > > > > > > On systems with non VGA GPUs fbcon can't find the primary GPU because > >

Re: [PATCH v9 8/9] fbcon: Use screen info to find primary device

2025-07-22 Thread Mario Limonciello
On 7/22/25 9:38 AM, Bjorn Helgaas wrote: On Thu, Jul 17, 2025 at 12:38:11PM -0500, Mario Limonciello wrote: From: Mario Limonciello On systems with non VGA GPUs fbcon can't find the primary GPU because video_is_primary_device() only checks the VGA arbiter. Add a screen info check to video_is_

Re: [PATCH v9 8/9] fbcon: Use screen info to find primary device

2025-07-22 Thread Bjorn Helgaas
On Thu, Jul 17, 2025 at 12:38:11PM -0500, Mario Limonciello wrote: > From: Mario Limonciello > > On systems with non VGA GPUs fbcon can't find the primary GPU because > video_is_primary_device() only checks the VGA arbiter. > > Add a screen info check to video_is_primary_device() so that callers

[PATCH v9 8/9] fbcon: Use screen info to find primary device

2025-07-17 Thread Mario Limonciello
From: Mario Limonciello On systems with non VGA GPUs fbcon can't find the primary GPU because video_is_primary_device() only checks the VGA arbiter. Add a screen info check to video_is_primary_device() so that callers can get accurate data on such systems. Reviewed-by: Thomas Zimmermann Sugges