Re: [PATCH V6 1/5] drm: add drm_file_err function to add process info

2025-04-18 Thread Khatri, Sunil
For rest of the patches which are part of the amdgpu tree will push incorporating changes as shared by @Tvrtko Ursulin once drm change is merged. Thanks a lot all for the reviews. Regards Sunil Khatri On 4/17/2025 6:01 PM, Sunil Khatri wrote: Add a drm helper function which append the proc

Re: [PATCH V6 1/5] drm: add drm_file_err function to add process info

2025-04-17 Thread Khatri, Sunil
On 4/17/2025 7:04 PM, Tvrtko Ursulin wrote: On 17/04/2025 13:31, Sunil Khatri wrote: Add a drm helper function which append the process information for appends Noted the drm_file over drm_err formated output. formatted 'Noted v5: change to macro from function (Christian Koenig)   

Re: [PATCH V6 1/5] drm: add drm_file_err function to add process info

2025-04-17 Thread Tvrtko Ursulin
On 17/04/2025 13:31, Sunil Khatri wrote: Add a drm helper function which append the process information for appends the drm_file over drm_err formated output. formatted v5: change to macro from function (Christian Koenig) add helper functions for lock/unlock (Christian Koenig) v6:

[PATCH V6 1/5] drm: add drm_file_err function to add process info

2025-04-17 Thread Sunil Khatri
Add a drm helper function which append the process information for the drm_file over drm_err formated output. v5: change to macro from function (Christian Koenig) add helper functions for lock/unlock (Christian Koenig) v6: remove __maybe_unused and make function inline (Jani Nikula) remov