drm/amdgpu/userq: update the vm task info during signal ioctl
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 12 May 2026 10:30:18 +0000 (16:00 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 May 2026 22:09:28 +0000 (18:09 -0400)
commita9b14d88b4d83e21ab965f23d1fb7b07b87e0517
tree2145538272e80a31f1248b654411411abf1ed805
parent160164609f71f774c4f661227a9b7a370a86b112
drm/amdgpu/userq: update the vm task info during signal ioctl

Pagefaults does not have process information correctly populated
as vm->task is not set during vm_init but should be updated while
real submission. So setting that up during signal_ioctl to get
the correct submission process details.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c