Re: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold

2021-10-21 Thread Felix Kuehling
Am 2021-10-21 um 12:35 p.m. schrieb Luben Tuikov: > On 2021-10-21 11:57, Kent Russell wrote: >> dmesg doesn't warn when the number of bad pages approaches the >> threshold for page retirement. WARN when the number of bad pages >> is at 90% or greater for easier checks and planning, instead of waiti

Re: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold

2021-10-21 Thread Luben Tuikov
On 2021-10-21 12:47, Russell, Kent wrote: > [AMD Official Use Only] > > > >> -Original Message- >> From: Tuikov, Luben >> Sent: Thursday, October 21, 2021 12:45 PM >> To: Russell, Kent ; amd-gfx@lists.freedesktop.org >> Cc: Joshi, Mukul >>

RE: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold

2021-10-21 Thread Russell, Kent
[AMD Official Use Only] > -Original Message- > From: Tuikov, Luben > Sent: Thursday, October 21, 2021 12:45 PM > To: Russell, Kent ; amd-gfx@lists.freedesktop.org > Cc: Joshi, Mukul > Subject: Re: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% > thre

Re: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold

2021-10-21 Thread Luben Tuikov
On 2021-10-21 12:35, Luben Tuikov wrote: > On 2021-10-21 11:57, Kent Russell wrote: >> dmesg doesn't warn when the number of bad pages approaches the >> threshold for page retirement. WARN when the number of bad pages >> is at 90% or greater for easier checks and planning, instead of waiting >> unt

RE: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold

2021-10-21 Thread Russell, Kent
sistencies. I agree that device is useful for this kind of error/warning/info Kent From: Lazar, Lijo Sent: Thursday, October 21, 2021 12:31 PM To: Russell, Kent ; amd-gfx@lists.freedesktop.org Cc: Russell, Kent ; Tuikov, Luben ; Joshi, Mukul Subject: Re: [PATCH 1/2] drm/amdgpu: Warn when bad pages a

Re: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold

2021-10-21 Thread Luben Tuikov
On 2021-10-21 11:57, Kent Russell wrote: > dmesg doesn't warn when the number of bad pages approaches the > threshold for page retirement. WARN when the number of bad pages > is at 90% or greater for easier checks and planning, instead of waiting > until the GPU is full of bad pages. > > Cc: Luben

Re: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold

2021-10-21 Thread Lazar, Lijo
, Mukul Subject: [PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold dmesg doesn't warn when the number of bad pages approaches the threshold for page retirement. WARN when the number of bad pages is at 90% or greater for easier checks and planning, instead of waiting until th

[PATCH 1/2] drm/amdgpu: Warn when bad pages approaches 90% threshold

2021-10-21 Thread Kent Russell
dmesg doesn't warn when the number of bad pages approaches the threshold for page retirement. WARN when the number of bad pages is at 90% or greater for easier checks and planning, instead of waiting until the GPU is full of bad pages. Cc: Luben Tuikov Cc: Mukul Joshi Signed-off-by: Kent Russell