Re: [PATCH v3 2/2] drm/nouveau: Add drm_panic support for nv50+

2024-10-21 Thread Lyude Paul
On Mon, 2024-10-21 at 10:49 +0200, Jocelyn Falempe wrote: > On 18/10/2024 23:50, Lyude Paul wrote: > > On Fri, 2024-09-13 at 09:03 +0200, Jocelyn Falempe wrote: > > > Add drm_panic support, for nv50+ cards. > > > It's enough to get the panic screen while running Gnome/Wayland on a > > > GTX 1650. >

Re: [PATCH v3 2/2] drm/nouveau: Add drm_panic support for nv50+

2024-10-21 Thread Karol Herbst
On Fri, Oct 18, 2024 at 11:50 PM Lyude Paul wrote: > > On Fri, 2024-09-13 at 09:03 +0200, Jocelyn Falempe wrote: > > Add drm_panic support, for nv50+ cards. > > It's enough to get the panic screen while running Gnome/Wayland on a > > GTX 1650. > > It doesn't support multi-plane or compressed forma

Re: [PATCH v3 2/2] drm/nouveau: Add drm_panic support for nv50+

2024-10-21 Thread Jocelyn Falempe
On 18/10/2024 23:50, Lyude Paul wrote: On Fri, 2024-09-13 at 09:03 +0200, Jocelyn Falempe wrote: Add drm_panic support, for nv50+ cards. It's enough to get the panic screen while running Gnome/Wayland on a GTX 1650. It doesn't support multi-plane or compressed format. Support for other formats a

Re: [PATCH v3 2/2] drm/nouveau: Add drm_panic support for nv50+

2024-10-18 Thread Lyude Paul
On Fri, 2024-09-13 at 09:03 +0200, Jocelyn Falempe wrote: > Add drm_panic support, for nv50+ cards. > It's enough to get the panic screen while running Gnome/Wayland on a > GTX 1650. > It doesn't support multi-plane or compressed format. > Support for other formats and older cards will come later.

[PATCH v3 2/2] drm/nouveau: Add drm_panic support for nv50+

2024-09-13 Thread Jocelyn Falempe
Add drm_panic support, for nv50+ cards. It's enough to get the panic screen while running Gnome/Wayland on a GTX 1650. It doesn't support multi-plane or compressed format. Support for other formats and older cards will come later. Tiling is only tested on GTX1650, and might be wrong for other cards