mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02: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:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user