Re: [PATCH] drm/ssd130x: Add drm_panic support

2024-06-21 Thread Javier Martinez Canillas
Daniel Vetter writes: Hello Sima, Thanks for your comment and explanations. > On Fri, Jun 21, 2024 at 05:42:53PM +0200, Javier Martinez Canillas wrote: >> Javier Martinez Canillas writes: >> >> > Jocelyn Falempe writes: >> > >> > Hello Jocelyn, thanks for your feedback! >> > >> >> On 21/06/2

Re: [PATCH] drm/ssd130x: Add drm_panic support

2024-06-21 Thread Daniel Vetter
On Fri, Jun 21, 2024 at 05:42:53PM +0200, Javier Martinez Canillas wrote: > Javier Martinez Canillas writes: > > > Jocelyn Falempe writes: > > > > Hello Jocelyn, thanks for your feedback! > > > >> On 21/06/2024 00:22, Javier Martinez Canillas wrote: > >>> Add support for the drm_panic infrastruc

Re: [PATCH] drm/ssd130x: Add drm_panic support

2024-06-21 Thread Javier Martinez Canillas
Javier Martinez Canillas writes: > Jocelyn Falempe writes: > > Hello Jocelyn, thanks for your feedback! > >> On 21/06/2024 00:22, Javier Martinez Canillas wrote: >>> Add support for the drm_panic infrastructure, which allows to display >>> a user friendly message on the screen when a Linux kerne

Re: [PATCH] drm/ssd130x: Add drm_panic support

2024-06-21 Thread Javier Martinez Canillas
Jocelyn Falempe writes: Hello Jocelyn, thanks for your feedback! > On 21/06/2024 00:22, Javier Martinez Canillas wrote: >> Add support for the drm_panic infrastructure, which allows to display >> a user friendly message on the screen when a Linux kernel panic occurs. >> >> The display controlle

Re: [PATCH] drm/ssd130x: Add drm_panic support

2024-06-21 Thread Jocelyn Falempe
On 21/06/2024 00:22, Javier Martinez Canillas wrote: Add support for the drm_panic infrastructure, which allows to display a user friendly message on the screen when a Linux kernel panic occurs. The display controller doesn't scanout the framebuffer, but instead the pixels are sent to the dev

[PATCH] drm/ssd130x: Add drm_panic support

2024-06-20 Thread Javier Martinez Canillas
Add support for the drm_panic infrastructure, which allows to display a user friendly message on the screen when a Linux kernel panic occurs. The display controller doesn't scanout the framebuffer, but instead the pixels are sent to the device using a transport bus. For this reason, a .panic_flush