Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-09 Thread Thomas Zimmermann
Hi Am 06.02.23 um 09:54 schrieb Zeno Davatz: Dear Dave On Mon, Feb 6, 2023 at 9:40 AM David Airlie wrote: On Mon, Feb 6, 2023 at 6:38 PM Zeno Davatz wrote: Dear Dave On Mon, Feb 6, 2023 at 9:10 AM Dave Airlie wrote: On Mon, 6 Feb 2023 at 18:01, Zeno Davatz wrote: Dear Dave On Mon,

Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-06 Thread Zeno Davatz
Dear Dave On Mon, Feb 6, 2023 at 9:40 AM David Airlie wrote: > > On Mon, Feb 6, 2023 at 6:38 PM Zeno Davatz wrote: > > > > Dear Dave > > > > On Mon, Feb 6, 2023 at 9:10 AM Dave Airlie wrote: > > > > > > On Mon, 6 Feb 2023 at 18:01, Zeno Davatz wrote: > > > > > > > > Dear Dave > > > > > > > > O

Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-06 Thread Zeno Davatz
Dear Dave Thank you for your patch. On Sun, Feb 5, 2023 at 10:07 PM Dave Airlie wrote: > > From: Dave Airlie > > This driver removed the console, but hasn't yet decided if it could > take over the console yet. Instead of doing that, probe the hw for > support and then remove the console afterwa

Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-06 Thread Zeno Davatz
Dear Dave On Mon, Feb 6, 2023 at 8:54 AM Dave Airlie wrote: > > On Mon, 6 Feb 2023 at 17:52, Zeno Davatz wrote: > > > > Dear Dave > > > > Thank you for your patch. > > > > On Sun, Feb 5, 2023 at 10:07 PM Dave Airlie wrote: > > > > > > From: Dave Airlie > > > > > > This driver removed the conso

Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-06 Thread Zeno Davatz
Dear Dave On Mon, Feb 6, 2023 at 9:10 AM Dave Airlie wrote: > > On Mon, 6 Feb 2023 at 18:01, Zeno Davatz wrote: > > > > Dear Dave > > > > On Mon, Feb 6, 2023 at 8:54 AM Dave Airlie wrote: > > > > > > On Mon, 6 Feb 2023 at 17:52, Zeno Davatz wrote: > > > > > > > > Dear Dave > > > > > > > > Than

Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-06 Thread Thomas Zimmermann
Hi Dave, thanks a lot. I was able to reproduce the problem and get it fixed by the patch. As expected, there's still the warning about 'unknown NV_ARCH', but the firmware display remains active. Applies cleanly to drm-tip BTW. Am 05.02.23 um 22:07 schrieb Dave Airlie: From: Dave Airlie T

Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-06 Thread David Airlie
> > > - } > > > > > > + par->Chipset = Chipset; > > > > > > + par->Architecture = Architecture; > > > > > > > > > > > > sprintf(nvidiafb_fix.id, "NV%x", (pd->device & 0x

Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-06 Thread Dave Airlie
On Mon, 6 Feb 2023 at 18:01, Zeno Davatz wrote: > > Dear Dave > > On Mon, Feb 6, 2023 at 8:54 AM Dave Airlie wrote: > > > > On Mon, 6 Feb 2023 at 17:52, Zeno Davatz wrote: > > > > > > Dear Dave > > > > > > Thank you for your patch. > > > > > > On Sun, Feb 5, 2023 at 10:07 PM Dave Airlie wrote:

Re: [PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-05 Thread Dave Airlie
On Mon, 6 Feb 2023 at 17:52, Zeno Davatz wrote: > > Dear Dave > > Thank you for your patch. > > On Sun, Feb 5, 2023 at 10:07 PM Dave Airlie wrote: > > > > From: Dave Airlie > > > > This driver removed the console, but hasn't yet decided if it could > > take over the console yet. Instead of doing

[PATCH] nvidiafb: detect the hardware support before removing console.

2023-02-05 Thread Dave Airlie
From: Dave Airlie This driver removed the console, but hasn't yet decided if it could take over the console yet. Instead of doing that, probe the hw for support and then remove the console afterwards. Signed-off-by: Dave Airlie Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=216859 Reported-