Re: [PATCH] drm/amdgpu: move task_info out of amdgpu_vm

2023-09-06 Thread Christian König
Am 05.09.23 um 17:36 schrieb Shashank Sharma: It has been observed that task_info struct makes it difficult to handle amdgpu_vm during a GPU reset, due to it's parameters like task_name and process name. This patch: - removes task_info struct from amdgpu_vm and moves it into vm_mgr as an

[PATCH] drm/amdgpu: move task_info out of amdgpu_vm

2023-09-05 Thread Shashank Sharma
It has been observed that task_info struct makes it difficult to handle amdgpu_vm during a GPU reset, due to it's parameters like task_name and process name. This patch: - removes task_info struct from amdgpu_vm and moves it into vm_mgr as an Xarray. - creates a PID vs task_info mapping to