Re: [PATCH] amdgpu: Don't print L2 status if there's nothing to print

2024-10-21 Thread Alex Deucher
On Mon, Oct 21, 2024 at 10:13 AM Lazar, Lijo wrote: > > > > On 10/19/2024 1:51 AM, Kent Russell wrote: > > If a 2nd fault comes in before the 1st is handled, the 1st fault will > > clear out the FAULT STATUS registers before the 2nd fault is handled. > > Thus we get a lot of zeroes. If status=0, j

Re: [PATCH] amdgpu: Don't print L2 status if there's nothing to print

2024-10-21 Thread Lazar, Lijo
On 10/19/2024 1:51 AM, Kent Russell wrote: > If a 2nd fault comes in before the 1st is handled, the 1st fault will > clear out the FAULT STATUS registers before the 2nd fault is handled. > Thus we get a lot of zeroes. If status=0, just skip the L2 fault status > information, to avoid confusion o

Re: [PATCH] amdgpu: Don't print L2 status if there's nothing to print

2024-10-18 Thread Felix Kuehling
On 2024-10-18 16:21, Kent Russell wrote: If a 2nd fault comes in before the 1st is handled, the 1st fault will clear out the FAULT STATUS registers before the 2nd fault is handled. Thus we get a lot of zeroes. If status=0, just skip the L2 fault status information, to avoid confusion of why som

RE: [PATCH] amdgpu: Don't print L2 status if there's nothing to print

2024-10-18 Thread Russell, Kent
[Public] > -Original Message- > From: Kuehling, Felix > Sent: Friday, October 18, 2024 2:43 PM > To: Russell, Kent ; amd-gfx@lists.freedesktop.org > Cc: Cornwall, Jay > Subject: Re: [PATCH] amdgpu: Don't print L2 status if there's nothing to print > > &

Re: [PATCH] amdgpu: Don't print L2 status if there's nothing to print

2024-10-18 Thread Felix Kuehling
On 2024-10-18 11:12, Kent Russell wrote: If a 2nd fault comes in before the 1st is handled, the 1st fault will clear out the FAULT STATUS registers before the 2nd fault is handled. Thus we get a lot of zeroes. If status=0, just skip the L2 fault status information, to avoid confusion of why som