]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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>
Tue, 19 May 2026 16:08:02 +0000 (12:08 -0400)
commit0be97436bf249503b2c5898e7459744962b70f15
treef4229ffcd4ec18a8c8a2933f0e96312e3685b289
parent291df3dc7d10855c26841b8f42843bc996d097cf
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>
(cherry picked from commit a9b14d88b4d83e21ab965f23d1fb7b07b87e0517)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c