Re: [PATCH v3 1/6] drm/debugfs: Introduce wrapper for debugfs list

2023-02-08 Thread Daniel Vetter
On Wed, Feb 08, 2023 at 03:39:13PM -0300, Maíra Canal wrote: > On 2/8/23 15:06, Daniel Vetter wrote: > > On Tue, Jan 31, 2023 at 04:58:21PM -0300, Maíra Canal wrote: > > > Introduce a struct wrapper for all the debugfs-related stuff: the list > > > of debugfs files and the mutex that protects it. T

Re: [PATCH v3 1/6] drm/debugfs: Introduce wrapper for debugfs list

2023-02-08 Thread Maíra Canal
On 2/8/23 15:06, Daniel Vetter wrote: On Tue, Jan 31, 2023 at 04:58:21PM -0300, Maíra Canal wrote: Introduce a struct wrapper for all the debugfs-related stuff: the list of debugfs files and the mutex that protects it. This will make it easier to initialize all the debugfs list in a DRM object a

Re: [PATCH v3 1/6] drm/debugfs: Introduce wrapper for debugfs list

2023-02-08 Thread Daniel Vetter
On Wed, Feb 08, 2023 at 07:06:19PM +0100, Daniel Vetter wrote: > On Tue, Jan 31, 2023 at 04:58:21PM -0300, Maíra Canal wrote: > > Introduce a struct wrapper for all the debugfs-related stuff: the list > > of debugfs files and the mutex that protects it. This will make it > > easier to initialize al

Re: [PATCH v3 1/6] drm/debugfs: Introduce wrapper for debugfs list

2023-02-08 Thread Daniel Vetter
On Tue, Jan 31, 2023 at 04:58:21PM -0300, Maíra Canal wrote: > Introduce a struct wrapper for all the debugfs-related stuff: the list > of debugfs files and the mutex that protects it. This will make it > easier to initialize all the debugfs list in a DRM object and will > create a good abstraction