Re: [Nouveau] External monitor support for GTX 1650 (NV167/TU117)

2022-03-04 Thread Andre Costa
Created issue #162 . On Fri, Mar 4, 2022 at 9:55 PM Andre Costa wrote: > Hi Ilia, > > Thanks for the quick response -- boy, that was fast =) I'll certainly do > that, I just need to revert my current setup to use nouveau again, then >

Re: [Nouveau] External monitor support for GTX 1650 (NV167/TU117)

2022-03-04 Thread Andre Costa
Hi Ilia, Thanks for the quick response -- boy, that was fast =) I'll certainly do that, I just need to revert my current setup to use nouveau again, then I'll file the bug with the info you suggested. Fingers crossed ;-) Cheers, Andre On Fri, Mar 4, 2022 at 9:16 PM Ilia Mirkin wrote: > Hi

Re: [Nouveau] External monitor support for GTX 1650 (NV167/TU117)

2022-03-04 Thread Ilia Mirkin
Hi Andre, You're going to be best off filing a bug at gitlab.freedesktop.org/drm/nouveau with some details of your setup: 1. lspci -nn -d 10de: 2. Your vbios (/sys/kernel/debug/dri/1/vbios.rom) 3. Your monitor's EDID, esp as reported when plugged into nouveau (/sys/class/drm/card1-HDMI-1/edid or

[Nouveau] External monitor support for GTX 1650 (NV167/TU117)

2022-03-04 Thread Andre Costa
Hi there, I just bought an Acer Nitro 5 (AN515-44) notebook with an AMD Renoir iGPU and a GTX 1650 dGPU. I installed Fedora 35 and, for the most part, it's working great. The only issue so far is that I cannot use Wayland + external monitor with Nouveau -- it does recognize the external monitor,

Re: [Nouveau] [PATCH] drm/nouveau/bios: Rename prom_init() and friends functions

2022-03-04 Thread Lyude Paul
This mostly looks good to me. Just one question (and one comment down below that needs addressing). Is this with ppc32? (I ask because ppc64le doesn't seem to hit this compilation error). On Fri, 2022-03-04 at 18:20 +0100, Christophe Leroy wrote: > While working on powerpc headers, I ended up