mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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>
This commit is contained in:
parent
a83be6e479
commit
9546c05628
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user