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

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

2023-07-12 Thread Tomer Tayar
On 11/07/2023 17:04, Christian König wrote: > Use managed memory allocation for this. That allows us to not keep > track of all the files any more. > > Signed-off-by: Christian König > --- > drivers/accel/drm_accel.c | 2 - > drivers/gpu/drm/drm_debugfs.c | 75 +--