From: Prike Liang Date: Tue, 22 Jul 2025 03:14:28 +0000 (+0800) Subject: drm/amdgpu/userq: extend userq state X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4944e470a22d467268ace0b2cc5ed90aeb334d13;p=thirdparty%2Flinux.git drm/amdgpu/userq: extend userq state Extend the userq state for identifying the userq invalid cases. Signed-off-by: Prike Liang Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h index c027dd9166727..ded33fe76e1cc 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h @@ -37,6 +37,7 @@ enum amdgpu_userq_state { AMDGPU_USERQ_STATE_MAPPED, AMDGPU_USERQ_STATE_PREEMPTED, AMDGPU_USERQ_STATE_HUNG, + AMDGPU_USERQ_STATE_INVALID_VA, }; struct amdgpu_mqd_prop;