Re: [PATCH v7] drm/virtio: Add drm_panic support

2025-02-12 Thread Ryosuke Yasuoka
On Mon, Feb 10, 2025 at 8:14 PM Jocelyn Falempe wrote: > > On 09/02/2025 18:45, Dmitry Osipenko wrote: > > On 2/6/25 13:42, Ryosuke Yasuoka wrote: > >> Virtio gpu supports the drm_panic module, which displays a message to > >> the screen when a kernel panic occurs. It is supported where it has > >

Re: [PATCH v7] drm/virtio: Add drm_panic support

2025-02-10 Thread Jocelyn Falempe
On 09/02/2025 18:45, Dmitry Osipenko wrote: On 2/6/25 13:42, Ryosuke Yasuoka wrote: Virtio gpu supports the drm_panic module, which displays a message to the screen when a kernel panic occurs. It is supported where it has vmapped shmem BO. Signed-off-by: Jocelyn Falempe Signed-off-by: Ryosuke

Re: [PATCH v7] drm/virtio: Add drm_panic support

2025-02-09 Thread Dmitry Osipenko
On 2/6/25 13:42, Ryosuke Yasuoka wrote: > Virtio gpu supports the drm_panic module, which displays a message to > the screen when a kernel panic occurs. It is supported where it has > vmapped shmem BO. > > Signed-off-by: Jocelyn Falempe > Signed-off-by: Ryosuke Yasuoka > --- Applied to misc-nex

[PATCH v7] drm/virtio: Add drm_panic support

2025-02-06 Thread Ryosuke Yasuoka
Virtio gpu supports the drm_panic module, which displays a message to the screen when a kernel panic occurs. It is supported where it has vmapped shmem BO. Signed-off-by: Jocelyn Falempe Signed-off-by: Ryosuke Yasuoka --- v7: - Reject no vmapped shmem BO. Also, insert comment and commit log abou