Re: [PATCH 5/5] drm/debugfs: rework drm_debugfs_create_files implementation v2

2023-08-31 Thread Andi Shyti
Hi Christian, On Tue, Aug 29, 2023 at 01:01:15PM +0200, Christian König wrote: > Use managed memory allocation for this. That allows us to not keep > track of all the files any more. > > v2: keep drm_debugfs_cleanup(), but rename to drm_debugfs_unregister(), > we still need to cleanup the sym

[PATCH 5/5] drm/debugfs: rework drm_debugfs_create_files implementation v2

2023-08-29 Thread Christian König
Use managed memory allocation for this. That allows us to not keep track of all the files any more. v2: keep drm_debugfs_cleanup(), but rename to drm_debugfs_unregister(), we still need to cleanup the symlink Signed-off-by: Christian König --- drivers/accel/drm_accel.c | 2 - drivers/