Re: [PATCH 04/13] drm/debugfs: Create a debugfs infrastructure for encoders

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 > encoder and, during drm_encoder_register_all(), all added files will be > created at once. > > Moreover, introduce some typesafety as struct drm_debugfs_encoder_entry > holds a drm_e

[PATCH 04/13] drm/debugfs: Create a debugfs infrastructure for encoders

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