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

2024-08-11 Thread Lu Yao
On Thu, Aug 8, 2024 at 13:24 PM Alex Deucher wrote: > > On Thu, Aug 8, 2024 at 12:43 PM Alex Deucher wrote: > > > > On Thu, Aug 8, 2024 at 2:35 AM Lu Yao wrote: > > > > > > On 2024/8/5 17:25, Jocelyn Falempe wrote: > > > > > > > > > > > > On 02/08/2024 11:39, Christian König wrote: > > > >> Am 0

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

2024-08-08 Thread Alex Deucher
On Thu, Aug 8, 2024 at 12:43 PM Alex Deucher wrote: > > On Thu, Aug 8, 2024 at 2:35 AM Lu Yao wrote: > > > > On 2024/8/5 17:25, Jocelyn Falempe wrote: > > > > > > > > > On 02/08/2024 11:39, Christian König wrote: > > >> Am 02.08.24 um 09:17 schrieb Lu Yao: > > >>> Add support for the drm_panic mo

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

2024-08-08 Thread Alex Deucher
On Thu, Aug 8, 2024 at 2:35 AM Lu Yao wrote: > > On 2024/8/5 17:25, Jocelyn Falempe wrote: > > > > > > On 02/08/2024 11:39, Christian König wrote: > >> Am 02.08.24 um 09:17 schrieb Lu Yao: > >>> Add support for the drm_panic module, which displays a pretty user > >>> friendly message on the screen

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

2024-08-07 Thread Lu Yao
On 2024/8/5 17:25, Jocelyn Falempe wrote: > > > On 02/08/2024 11:39, Christian König wrote: >> Am 02.08.24 um 09:17 schrieb 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 Y

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

2024-08-05 Thread Jocelyn Falempe
On 02/08/2024 11:39, Christian König wrote: Am 02.08.24 um 09:17 schrieb 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 --- The patch can work properly on the TTY, but after st

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

2024-08-04 Thread yaolu
在 2024/8/2 17:39, Christian König 写道: Am 02.08.24 um 09:17 schrieb 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 --- The patch can work properly on the TTY, but after start X,

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

2024-08-02 Thread Christian König
Am 02.08.24 um 09:17 schrieb 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 --- The patch can work properly on the TTY, but after start X, drawn image is messy, it looks like the d

[PATCH] drm/amdgpu: add dce6 drm_panic support

2024-08-02 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 --- The patch can work properly on the TTY, but after start X, drawn image is messy, it looks like the data isn't linearly arranged. However at