diff options
author | Eric Huang <jinhuieric.huang@amd.com> | 2025-04-14 11:19:01 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-04-21 10:54:44 -0400 |
commit | 6b9d26089f56fb05c1f13027bfff53a63ba6f64d (patch) | |
tree | 0362c76b70bffdff84055febab515ac7d58a13bb /drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c | |
parent | 00ec6732a9ef5af89fb7f7e71604d5227bbdc4de (diff) |
drm/amdkfd: fix a bug of smi event for superuser
rocm-smi with superuser permission doesn't show some
of smi events, i.e. page fault/migration, because the
condition of "(events & all)" is false. Superuser
should be able to detect all events, the condiiton of
"(events & all)" seems redundant, so removing it will
fix the issue.
Signed-off-by: Eric Huang <jinhuieric.huang@amd.com>
Reviewed-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c')
0 files changed, 0 insertions, 0 deletions