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

2025-04-30 Thread Khatri, Sunil
Lankhorst ; Thomas Zimmermann Cc: Deucher, Alexander ; Tvrtko Ursulin ; Pelloux-Prayer, Pierre-Eric Subject: Re: [PATCH V8 1/5] drm: add drm_file_err function to add process info On Mon, 28 Apr 2025, "Khatri, Sunil" wrote: > On 4/22/2025 2:33 PM, Christian König wrote: >>

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

2025-04-28 Thread Jani Nikula
On Mon, 28 Apr 2025, "Khatri, Sunil" wrote: > On 4/22/2025 2:33 PM, Christian König wrote: >> Am 17.04.25 um 18:10 schrieb Sunil Khatri: >>> Add a drm helper function which appends the process information for >>> the drm_file over drm_err formatted output. >>> >>> v5: change to macro from function

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

2025-04-28 Thread Khatri, Sunil
On 4/22/2025 2:33 PM, Christian König wrote: Am 17.04.25 um 18:10 schrieb Sunil Khatri: Add a drm helper function which appends the process information for the drm_file over drm_err formatted output. v5: change to macro from function (Christian Koenig) add helper functions for lock/unloc

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

2025-04-22 Thread Christian König
Am 17.04.25 um 18:10 schrieb Sunil Khatri: > Add a drm helper function which appends the process information for > the drm_file over drm_err formatted output. > > v5: change to macro from function (Christian Koenig) > add helper functions for lock/unlock (Christian Koenig) > > v6: remove __mayb

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

2025-04-17 Thread Sunil Khatri
Add a drm helper function which appends the process information for the drm_file over drm_err formatted 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) rem