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:
>>
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
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
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
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