Hi Christian, On Tue, Aug 29, 2023 at 01:01:13PM +0200, Christian König wrote: > Instead of the per minor directories only create a single debugfs > directory for the whole device directly when the device is initialized. > > For DRM devices each minor gets a symlink to the per device directory > for now until we can be sure that this isn't useful any more in any way. > > Accel devices create only the per device directory and also drops the mid > layer callback to create driver specific files. > > v2: cleanup accel component as well > v3: fix typo when debugfs is disabled > v4: call drm_debugfs_dev_fini() during release as well, > some kerneldoc typos fixed > v5: rebased and one more kerneldoc fix > > Signed-off-by: Christian König <christian.koenig@xxxxxxx> Looks reasonable... Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxxxxxxx> Andi