Re: [PATCH] PCI/VGA: Don't assume only VGA device found is the boot VGA device

2024-10-31 Thread Luke Jones
gt;>> On 2024/10/22 9:04 PM, Alex Deucher wrote: >>>>>> External email: Use caution opening links or attachments >>>>>> >>>>>> >>>>>> On Tue, Oct 22, 2024 at 2:31 AM Kai-Heng Feng >>>>>> wrote: &

Re: [PATCH] PCI/VGA: Don't assume only VGA device found is the boot VGA device

2024-10-23 Thread Luke Jones
On Wed, 23 Oct 2024, at 3:27 AM, Kai-Heng Feng wrote: > On 2024/10/22 9:04 PM, Alex Deucher wrote: >> External email: Use caution opening links or attachments >> >> >> On Tue, Oct 22, 2024 at 2:31 AM Kai-Heng Feng wrote: >>> >>> Hi Luke, &g

Re: [PATCH] PCI/VGA: Don't assume only VGA device found is the boot VGA device

2024-10-15 Thread Luke Jones
On Mon, 14 Oct 2024, at 5:25 PM, Mario Limonciello wrote: > From: Mario Limonciello > > The ASUS GA605W has a NVIDIA PCI VGA device and an AMD PCI display device. > > ``` > 65:00.0 VGA compatible controller: NVIDIA Corporation AD106M [GeForce > RTX 4070 Max-Q / Mobile] (rev a1) > 66:00.0 Display

Reversed order of iGPU and dGPU causing primary selection issues

2024-10-09 Thread Luke Jones
Hi all, I'll attempt to summarise this as best as I can: I have an ASUS GA605W laptop, this has an AMD APU, and NVIDIA dGPU. The dGPU comes before AMD on the PCI bus, making it /dev/dri/card0, and /dev/dri/renderD128. Additionally the attribute `boot_vga` is set for the NVIDIA gpu. This means

Re: [PATCH RESEND 2/2] drm: panel-orientation-quirks: Add quirk for Ayn Loki Max

2024-08-11 Thread Luke Jones
On Mon, 29 Jul 2024, at 12:47 AM, Bouke Sybren Haarsma wrote: > Add quirk orientation for Ayn Loki Max model. > > This has been tested by JELOS team that uses their > own patched kernel for a while now and confirmed by > users in the ChimeraOS discord servers. > > Signed-off-by: Bouke Sybren Haar