Re: [PATCH] drm/amdgpu: bail on INFO IOCTL if the GPU is in reset

2024-02-15 Thread Christian König
. Am 12.02.24 um 21:56 schrieb Deucher, Alexander: [AMD Official Use Only - General] Ping? -Original Message- From: Deucher, Alexander Sent: Monday, January 29, 2024 10:56 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: bail on INFO IOCTL if

Re: [PATCH] drm/amdgpu: bail on INFO IOCTL if the GPU is in reset

2024-02-15 Thread Christian König
Am 12.02.24 um 21:56 schrieb Deucher, Alexander: [AMD Official Use Only - General] Ping? -Original Message- From: Deucher, Alexander Sent: Monday, January 29, 2024 10:56 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: bail on INFO IOCTL if th

Re: [PATCH] drm/amdgpu: bail on INFO IOCTL if the GPU is in reset

2024-02-15 Thread Alex Deucher
an. > > Am 12.02.24 um 21:56 schrieb Deucher, Alexander: > > [AMD Official Use Only - General] > > > > Ping? > > > >> -Original Message- > >> From: Deucher, Alexander > >> Sent: Monday, January 29, 2024 10:56 AM > >>

Re: [PATCH] drm/amdgpu: bail on INFO IOCTL if the GPU is in reset

2024-02-14 Thread Christian König
rg Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: bail on INFO IOCTL if the GPU is in reset This avoids queries to read registers or query the SMU for telemetry data while the GPU is in reset. This mirrors what we already do for sysfs. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/a

RE: [PATCH] drm/amdgpu: bail on INFO IOCTL if the GPU is in reset

2024-02-12 Thread Deucher, Alexander
[AMD Official Use Only - General] Ping? > -Original Message- > From: Deucher, Alexander > Sent: Monday, January 29, 2024 10:56 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: [PATCH] drm/amdgpu: bail on INFO IOCTL if the GPU is in res

[PATCH] drm/amdgpu: bail on INFO IOCTL if the GPU is in reset

2024-01-29 Thread Alex Deucher
This avoids queries to read registers or query the SMU for telemetry data while the GPU is in reset. This mirrors what we already do for sysfs. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgp