.
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
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
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
> >>
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
[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
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