Re: [PATCH] drm/amdgpu: add ring reset messages

2024-10-28 Thread Lazar, Lijo
On 10/28/2024 10:21 PM, Alex Deucher wrote: > Add messages to make it clear when a per ring reset > happens. This is helpful for debugging and aligns with > other reset methods. > > v2: add ring name in success/fail messages (Lijo) > > Reviewed-by: Kent Russell (v1) > Signed-off-by: Alex Deu

[PATCH] drm/amdgpu: add ring reset messages

2024-10-28 Thread Alex Deucher
Add messages to make it clear when a per ring reset happens. This is helpful for debugging and aligns with other reset methods. v2: add ring name in success/fail messages (Lijo) Reviewed-by: Kent Russell (v1) Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 3 +++ 1 f

Re: [PATCH] drm/amdgpu: add ring reset messages

2024-10-28 Thread Alex Deucher
On Mon, Oct 28, 2024 at 11:41 AM Lazar, Lijo wrote: > > > > On 10/28/2024 8:11 PM, Alex Deucher wrote: > > Ping? > > > > On Fri, Oct 18, 2024 at 11:47 AM Alex Deucher wrote: > >> > >> Ping? > >> > >> On Tue, Oct 15, 2024 at 2:28 PM Alex Deucher > >> wrote: > >>> > >>> Add messages to make it cl

Re: [PATCH] drm/amdgpu: add ring reset messages

2024-10-28 Thread Lazar, Lijo
On 10/28/2024 8:11 PM, Alex Deucher wrote: > Ping? > > On Fri, Oct 18, 2024 at 11:47 AM Alex Deucher wrote: >> >> Ping? >> >> On Tue, Oct 15, 2024 at 2:28 PM Alex Deucher >> wrote: >>> >>> Add messages to make it clear when a per ring reset >>> happens. This is helpful for debugging and ali

RE: [PATCH] drm/amdgpu: add ring reset messages

2024-10-28 Thread Russell, Kent
[Public] Seems simple enough to me Reviewed-by: Kent Russell > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Monday, October 28, 2024 10:42 AM > To: Deucher, Alexander > Cc: amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/a

Re: [PATCH] drm/amdgpu: add ring reset messages

2024-10-28 Thread Alex Deucher
Ping? On Fri, Oct 18, 2024 at 11:47 AM Alex Deucher wrote: > > Ping? > > On Tue, Oct 15, 2024 at 2:28 PM Alex Deucher > wrote: > > > > Add messages to make it clear when a per ring reset > > happens. This is helpful for debugging and aligns with > > other reset methods. > > > > Signed-off-by:

Re: [PATCH] drm/amdgpu: add ring reset messages

2024-10-18 Thread Alex Deucher
Ping? On Tue, Oct 15, 2024 at 2:28 PM Alex Deucher wrote: > > Add messages to make it clear when a per ring reset > happens. This is helpful for debugging and aligns with > other reset methods. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 3 +++ > 1 file ch

[PATCH] drm/amdgpu: add ring reset messages

2024-10-15 Thread Alex Deucher
Add messages to make it clear when a per ring reset happens. This is helpful for debugging and aligns with other reset methods. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c