Re: [PATCH v3 1/4] drm: add function drm_file_err to print proc information too

2025-04-16 Thread Christian König
Am 16.04.25 um 10:39 schrieb Khatri, Sunil: > > On 4/16/2025 12:37 PM, Tvrtko Ursulin wrote: >> >> On 15/04/2025 19:43, Sunil Khatri wrote: >>> [SNIP] >>> + >> >> I was hoping something primitive could be enough. With no temporary stack >> space required. Primitive on the level of (but simplified

Re: [PATCH v3 1/4] drm: add function drm_file_err to print proc information too

2025-04-16 Thread Khatri, Sunil
On 4/16/2025 12:37 PM, Tvrtko Ursulin wrote: On 15/04/2025 19:43, Sunil Khatri wrote: Add a drm helper function which get the process information for the drm_file and append the process information using the existing drm_err. Signed-off-by: Sunil Khatri ---   include/drm/drm_file.h | 40 +++

Re: [PATCH v3 1/4] drm: add function drm_file_err to print proc information too

2025-04-16 Thread Tvrtko Ursulin
On 15/04/2025 19:43, Sunil Khatri wrote: Add a drm helper function which get the process information for the drm_file and append the process information using the existing drm_err. Signed-off-by: Sunil Khatri --- include/drm/drm_file.h | 40 1 file

[PATCH v3 1/4] drm: add function drm_file_err to print proc information too

2025-04-15 Thread Sunil Khatri
Add a drm helper function which get the process information for the drm_file and append the process information using the existing drm_err. Signed-off-by: Sunil Khatri --- include/drm/drm_file.h | 40 1 file changed, 40 insertions(+) diff --git a/include