projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0031274
)
drm/amdgpu/userq: extend userq state
author
Prike Liang
<Prike.Liang@amd.com>
Tue, 22 Jul 2025 03:14:28 +0000
(11:14 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 13 Oct 2025 18:14:32 +0000
(14:14 -0400)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
index
c027dd9
..
ded33fe
100644
(file)
--- 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;