[PATCH 6/7] drm/amdgpu: add UAPI for user queue query status

2025-05-06 Thread Alex Deucher
Add an API to query queue status such as whether the queue is hung or whether vram is lost. Reviewed-by: Christian König Reviewed-by: Sunil Khatri Signed-off-by: Alex Deucher --- include/uapi/drm/amdgpu_drm.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/include/uapi/drm/

Re: [PATCH 6/7] drm/amdgpu: add UAPI for user queue query status

2025-05-06 Thread Christian König
On 4/30/25 17:48, Alex Deucher wrote: > Add an API to query queue status such as whether the > queue is hung or whether vram is lost. > > Reviewed-by: Sunil Khatri > Signed-off-by: Alex Deucher Reviewed-by: Christian König > --- > include/uapi/drm/amdgpu_drm.h | 14 ++ > 1 file c

[PATCH 6/7] drm/amdgpu: add UAPI for user queue query status

2025-04-30 Thread Alex Deucher
Add an API to query queue status such as whether the queue is hung or whether vram is lost. Reviewed-by: Sunil Khatri Signed-off-by: Alex Deucher --- include/uapi/drm/amdgpu_drm.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/dr