Re: [PATCH 01/13] drm/debugfs: Create helper to add debugfs files to device's list

2023-01-12 Thread Jani Nikula
On Thu, 12 Jan 2023, Daniel Vetter wrote: > On Thu, Jan 12, 2023 at 10:50:40AM +0200, Jani Nikula wrote: >> On Wed, 11 Jan 2023, Maíra Canal wrote: >> > Create a helper to encapsulate the code that adds a new debugfs file to >> > a linked list related to a object. Moreover, the helper also provid

Re: [PATCH 01/13] drm/debugfs: Create helper to add debugfs files to device's list

2023-01-12 Thread Daniel Vetter
On Thu, Jan 12, 2023 at 10:50:40AM +0200, Jani Nikula wrote: > On Wed, 11 Jan 2023, Maíra Canal wrote: > > Create a helper to encapsulate the code that adds a new debugfs file to > > a linked list related to a object. Moreover, the helper also provides > > more flexibily on the type of the object,

Re: [PATCH 01/13] drm/debugfs: Create helper to add debugfs files to device's list

2023-01-12 Thread Jani Nikula
On Wed, 11 Jan 2023, Maíra Canal wrote: > Create a helper to encapsulate the code that adds a new debugfs file to > a linked list related to a object. Moreover, the helper also provides > more flexibily on the type of the object, allowing to use the helper for > other types of drm_debugfs_entry. >

[PATCH 01/13] drm/debugfs: Create helper to add debugfs files to device's list

2023-01-11 Thread Maíra Canal
Create a helper to encapsulate the code that adds a new debugfs file to a linked list related to a object. Moreover, the helper also provides more flexibily on the type of the object, allowing to use the helper for other types of drm_debugfs_entry. Signed-off-by: Maíra Canal --- drivers/gpu/drm/