diff options
| author | Alex Deucher <alexander.deucher@amd.com> | 2025-02-26 22:38:08 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-04-21 10:56:39 -0400 |
| commit | 9546c05628a7782508ce4b779b4b00c2276b9e38 (patch) | |
| tree | 9822dda857ae3450c072e7743240055bf0f8635b | |
| parent | drm/amdgpu/mes12: add conversion for priority levels (diff) | |
| download | linux-9546c05628a7782508ce4b779b4b00c2276b9e38.tar.gz linux-9546c05628a7782508ce4b779b4b00c2276b9e38.zip | |
drm/amdgpu/userq: add priorty to user queue structure
So we can track this when we create user queues.
Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Jesse.Zhang <Jesse.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h index 0701f33e6740..b2da513b3d02 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h @@ -57,6 +57,7 @@ struct amdgpu_usermode_queue { struct amdgpu_userq_fence_driver *fence_drv; struct dma_fence *last_fence; u32 xcp_id; + int priority; }; struct amdgpu_userq_funcs { |
