Re: [PATCH v3 2/4] drm/amdgpu: add drm_file reference in userq_mgr

2025-04-16 Thread Khatri, Sunil
On 4/16/2025 12:59 PM, Tvrtko Ursulin wrote: On 15/04/2025 19:43, Sunil Khatri wrote: drm_file will be used in usermode queues code to enable better process information in logging and hence add drm_file part of the userq_mgr struct. update the drm_file pointer in userq_mgr for each amdgpu_dr

Re: [PATCH v3 2/4] drm/amdgpu: add drm_file reference in userq_mgr

2025-04-16 Thread Tvrtko Ursulin
On 15/04/2025 19:43, Sunil Khatri wrote: drm_file will be used in usermode queues code to enable better process information in logging and hence add drm_file part of the userq_mgr struct. update the drm_file pointer in userq_mgr for each amdgpu_driver_open_kms. Signed-off-by: Sunil Khatri --

[PATCH v3 2/4] drm/amdgpu: add drm_file reference in userq_mgr

2025-04-15 Thread Sunil Khatri
drm_file will be used in usermode queues code to enable better process information in logging and hence add drm_file part of the userq_mgr struct. update the drm_file pointer in userq_mgr for each amdgpu_driver_open_kms. Signed-off-by: Sunil Khatri --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c