Commit 56a0a80a authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/userq: track the xcp_id associated with the queue



Track this to align with KFD for enforce isolation
handling.

Reviewed-by: default avatarSunil Khatri <sunil.khatri@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5ae4591f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ struct amdgpu_usermode_queue {
	struct xarray		fence_drv_xa;
	struct amdgpu_userq_fence_driver *fence_drv;
	struct dma_fence	*last_fence;
	u32			xcp_id;
};

struct amdgpu_userq_funcs {