Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-10-29 Thread Alex Deucher
Applied. Thanks. Alex On Mon, Aug 12, 2024 at 2:10 AM Lu Yao wrote: > > Add support for the drm_panic module, which displays a pretty user > friendly message on the screen when a Linux kernel panic occurs. > > Signed-off-by: Lu Yao > --- > Changes in v2: > 1. Drop include "drm_internal.h" > 2.

Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-10-01 Thread Jocelyn Falempe
On 25/09/2024 10:33, Jocelyn Falempe wrote: On 24/09/2024 16:02, Alex Deucher wrote: On Fri, Sep 20, 2024 at 11:36 AM Jocelyn Falempe wrote: On 17/09/2024 15:21, Alex Deucher wrote: On Mon, Aug 12, 2024 at 2:10 AM Lu Yao wrote: Add support for the drm_panic module, which displays a pretty

Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-09-25 Thread Jocelyn Falempe
On 24/09/2024 16:02, Alex Deucher wrote: On Fri, Sep 20, 2024 at 11:36 AM Jocelyn Falempe wrote: On 17/09/2024 15:21, Alex Deucher wrote: On Mon, Aug 12, 2024 at 2:10 AM Lu Yao wrote: Add support for the drm_panic module, which displays a pretty user friendly message on the screen when a L

Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-09-25 Thread Michel Dänzer
On 2024-09-24 16:02, Alex Deucher wrote: > On Fri, Sep 20, 2024 at 11:36 AM Jocelyn Falempe wrote: >> On 17/09/2024 15:21, Alex Deucher wrote: >>> On Mon, Aug 12, 2024 at 2:10 AM Lu Yao wrote: Add support for the drm_panic module, which displays a pretty user friendly message on th

Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-09-24 Thread Alex Deucher
On Fri, Sep 20, 2024 at 11:36 AM Jocelyn Falempe wrote: > > On 17/09/2024 15:21, Alex Deucher wrote: > > On Mon, Aug 12, 2024 at 2:10 AM Lu Yao wrote: > >> > >> Add support for the drm_panic module, which displays a pretty user > >> friendly message on the screen when a Linux kernel panic occurs.

Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-09-20 Thread Jocelyn Falempe
On 17/09/2024 15:21, Alex Deucher wrote: On Mon, Aug 12, 2024 at 2:10 AM Lu Yao wrote: Add support for the drm_panic module, which displays a pretty user friendly message on the screen when a Linux kernel panic occurs. Signed-off-by: Lu Yao Patch looks good to me. Any chance you want to c

Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-09-18 Thread Lu Yao
On 2024/9/17 21:21, Alex Deucher wrote: On Mon, Aug 12, 2024 at 2:10 AM Lu Yao wrote: Add support for the drm_panic module, which displays a pretty user friendly message on the screen when a Linux kernel panic occurs. Signed-off-by: Lu Yao Patch looks good to me. Any chance you want to co

Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-09-17 Thread Alex Deucher
On Mon, Aug 12, 2024 at 2:10 AM Lu Yao wrote: > > Add support for the drm_panic module, which displays a pretty user > friendly message on the screen when a Linux kernel panic occurs. > > Signed-off-by: Lu Yao Patch looks good to me. Any chance you want to convert the other non-DC dce files (dc

Re: [PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-09-17 Thread Jocelyn Falempe
On 12/08/2024 08:09, Lu Yao wrote: Add support for the drm_panic module, which displays a pretty user friendly message on the screen when a Linux kernel panic occurs. From a drm_panic point of view, it looks good to me. I don't have the required hardware, so unfortunately I wasn't able to test

[PATCH v2] drm/amdgpu: add dce6 drm_panic support

2024-08-12 Thread Lu Yao
Add support for the drm_panic module, which displays a pretty user friendly message on the screen when a Linux kernel panic occurs. Signed-off-by: Lu Yao --- Changes in v2: 1. Drop include "drm_internal.h" 2. Add disabling DC tiling ops. Per suggestion from previous thread: https://patchwork.fre