mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
0031274f5c
commit
4944e470a2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user