Re: [PATCH 03/13] drm/debugfs: Create a debugfs infrastructure for connectors

2023-01-12 Thread Jani Nikula
On Thu, 12 Jan 2023, Daniel Vetter wrote: > On Wed, Jan 11, 2023 at 02:37:38PM -0300, Maíra Canal wrote: >> Introduce the ability to add DRM debugfs files to a list managed by the >> connector and, during drm_connector_register(), all added files will be >> created at once. >> >> Moreover, introd

Re: [PATCH 03/13] drm/debugfs: Create a debugfs infrastructure for connectors

2023-01-12 Thread Daniel Vetter
On Wed, Jan 11, 2023 at 02:37:38PM -0300, Maíra Canal wrote: > Introduce the ability to add DRM debugfs files to a list managed by the > connector and, during drm_connector_register(), all added files will be > created at once. > > Moreover, introduce some typesafety as struct drm_debugfs_connecto

Re: [PATCH 03/13] drm/debugfs: Create a debugfs infrastructure for connectors

2023-01-12 Thread Jani Nikula
On Wed, 11 Jan 2023, Maíra Canal wrote: > Introduce the ability to add DRM debugfs files to a list managed by the > connector and, during drm_connector_register(), all added files will be > created at once. > > Moreover, introduce some typesafety as struct drm_debugfs_connector_entry > holds a drm

[PATCH 03/13] drm/debugfs: Create a debugfs infrastructure for connectors

2023-01-11 Thread Maíra Canal
Introduce the ability to add DRM debugfs files to a list managed by the connector and, during drm_connector_register(), all added files will be created at once. Moreover, introduce some typesafety as struct drm_debugfs_connector_entry holds a drm_connector instead of a drm_device. So, the drivers