diff options
| author | Prike Liang <Prike.Liang@amd.com> | 2025-07-22 11:14:28 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-10-13 14:14:32 -0400 |
| commit | 4944e470a22d467268ace0b2cc5ed90aeb334d13 (patch) | |
| tree | 77b07314182a09050e4292e97ef2ef7c1fe1c771 /drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h | |
| parent | 0031274f5c1806b7a6c75edb2e356c3b83d12225 (diff) | |
drm/amdgpu/userq: extend userq state
Extend the userq state for identifying the
userq invalid cases.
Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h index c027dd916672..ded33fe76e1c 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; |