Re: [PATCH 1/3] drm/panic: Add drm_panic_is_enabled()

2024-07-22 Thread Daniel Vetter
On Thu, Jul 18, 2024 at 11:30:05AM +0200, Jocelyn Falempe wrote: > > > On 18/07/2024 09:04, Jocelyn Falempe wrote: > > > > > > On 17/07/2024 17:08, Daniel Vetter wrote: > > > On Wed, Jul 17, 2024 at 10:48:39AM +0200, Jocelyn Falempe wrote: > > > > It allows to check if the drm device supports d

Re: [PATCH 1/3] drm/panic: Add drm_panic_is_enabled()

2024-07-19 Thread Jocelyn Falempe
On 19/07/2024 12:18, Imre Deak wrote: Hi, On Wed, Jul 17, 2024 at 10:48:39AM +0200, Jocelyn Falempe wrote: It allows to check if the drm device supports drm_panic. Prepare the work to have better integration with fbcon and vtconsole. Signed-off-by: Jocelyn Falempe --- drivers/gpu/drm/drm

Re: [PATCH 1/3] drm/panic: Add drm_panic_is_enabled()

2024-07-19 Thread Imre Deak
Hi, On Wed, Jul 17, 2024 at 10:48:39AM +0200, Jocelyn Falempe wrote: > It allows to check if the drm device supports drm_panic. > Prepare the work to have better integration with fbcon and vtconsole. > > Signed-off-by: Jocelyn Falempe > --- > drivers/gpu/drm/drm_panic.c | 20 +++

Re: [PATCH 1/3] drm/panic: Add drm_panic_is_enabled()

2024-07-18 Thread Jocelyn Falempe
On 18/07/2024 09:04, Jocelyn Falempe wrote: On 17/07/2024 17:08, Daniel Vetter wrote: On Wed, Jul 17, 2024 at 10:48:39AM +0200, Jocelyn Falempe wrote: It allows to check if the drm device supports drm_panic. Prepare the work to have better integration with fbcon and vtconsole. Signed-off-

Re: [PATCH 1/3] drm/panic: Add drm_panic_is_enabled()

2024-07-18 Thread Jocelyn Falempe
On 17/07/2024 17:08, Daniel Vetter wrote: On Wed, Jul 17, 2024 at 10:48:39AM +0200, Jocelyn Falempe wrote: It allows to check if the drm device supports drm_panic. Prepare the work to have better integration with fbcon and vtconsole. Signed-off-by: Jocelyn Falempe --- drivers/gpu/drm/drm_

Re: [PATCH 1/3] drm/panic: Add drm_panic_is_enabled()

2024-07-17 Thread Daniel Vetter
On Wed, Jul 17, 2024 at 10:48:39AM +0200, Jocelyn Falempe wrote: > It allows to check if the drm device supports drm_panic. > Prepare the work to have better integration with fbcon and vtconsole. > > Signed-off-by: Jocelyn Falempe > --- > drivers/gpu/drm/drm_panic.c | 20 >

Re: [PATCH 1/3] drm/panic: Add drm_panic_is_enabled()

2024-07-17 Thread Javier Martinez Canillas
Jocelyn Falempe writes: Hello Jocelyn, > It allows to check if the drm device supports drm_panic. > Prepare the work to have better integration with fbcon and vtconsole. > > Signed-off-by: Jocelyn Falempe > --- > drivers/gpu/drm/drm_panic.c | 20 > include/drm/drm_panic.h

[PATCH 1/3] drm/panic: Add drm_panic_is_enabled()

2024-07-17 Thread Jocelyn Falempe
It allows to check if the drm device supports drm_panic. Prepare the work to have better integration with fbcon and vtconsole. Signed-off-by: Jocelyn Falempe --- drivers/gpu/drm/drm_panic.c | 20 include/drm/drm_panic.h | 2 ++ 2 files changed, 22 insertions(+) diff --