Re: [PATCH v4 2/4] drm: add debugfs support on per client-id basis

2025-06-23 Thread Tvrtko Ursulin
On 23/06/2025 15:55, Christian König wrote: On 23.06.25 15:07, Tvrtko Ursulin wrote: On 23/06/2025 11:24, Khatri, Sunil wrote: On 6/23/2025 2:58 PM, Tvrtko Ursulin wrote: On 18/06/2025 14:47, Sunil Khatri wrote: add support to add a directory for each client-id with root at the dri leve

Re: [PATCH v4 2/4] drm: add debugfs support on per client-id basis

2025-06-23 Thread Christian König
On 23.06.25 15:07, Tvrtko Ursulin wrote: > > On 23/06/2025 11:24, Khatri, Sunil wrote: >> >> On 6/23/2025 2:58 PM, Tvrtko Ursulin wrote: >>> >>> >>> On 18/06/2025 14:47, Sunil Khatri wrote: add support to add a directory for each client-id with root at the dri level. Since the clients ar

Re: [PATCH v4 2/4] drm: add debugfs support on per client-id basis

2025-06-23 Thread Tvrtko Ursulin
On 23/06/2025 11:24, Khatri, Sunil wrote: On 6/23/2025 2:58 PM, Tvrtko Ursulin wrote: On 18/06/2025 14:47, Sunil Khatri wrote: add support to add a directory for each client-id with root at the dri level. Since the clients are unique and not just related to one single drm device, so it mak

Re: [PATCH v4 2/4] drm: add debugfs support on per client-id basis

2025-06-23 Thread Khatri, Sunil
On 6/23/2025 2:58 PM, Tvrtko Ursulin wrote: On 18/06/2025 14:47, Sunil Khatri wrote: add support to add a directory for each client-id with root at the dri level. Since the clients are unique and not just related to one single drm device, so it makes more sense to add all the client based no

Re: [PATCH v4 2/4] drm: add debugfs support on per client-id basis

2025-06-23 Thread Tvrtko Ursulin
On 18/06/2025 14:47, Sunil Khatri wrote: add support to add a directory for each client-id with root at the dri level. Since the clients are unique and not just related to one single drm device, so it makes more sense to add all the client based nodes with root as dri. Also create a symlink b

Re: [PATCH v4 2/4] drm: add debugfs support on per client-id basis

2025-06-18 Thread Christian König
On 6/18/25 15:47, Sunil Khatri wrote: > add support to add a directory for each client-id > with root at the dri level. Since the clients are > unique and not just related to one single drm device, > so it makes more sense to add all the client based > nodes with root as dri. > > Also create a sym

[PATCH v4 2/4] drm: add debugfs support on per client-id basis

2025-06-18 Thread Sunil Khatri
add support to add a directory for each client-id with root at the dri level. Since the clients are unique and not just related to one single drm device, so it makes more sense to add all the client based nodes with root as dri. Also create a symlink back to the parent drm device from each client.