Re: [PATCH] drm/virtio: use new debugfs device-centered functions

2025-08-11 Thread Dmitry Osipenko
On 8/9/25 15:54, Brahmajit Das wrote: > Replace the use of drm_debugfs_create_files() with the new > drm_debugfs_add_files() function, which centers the debugfs files > management on the drm_device instead of drm_minor. > > Signed-off-by: Brahmajit Das > --- > drivers/gpu/drm/virtio/virtgpu_debu

[PATCH] drm/virtio: use new debugfs device-centered functions

2025-08-09 Thread Brahmajit Das
Replace the use of drm_debugfs_create_files() with the new drm_debugfs_add_files() function, which centers the debugfs files management on the drm_device instead of drm_minor. Signed-off-by: Brahmajit Das --- drivers/gpu/drm/virtio/virtgpu_debugfs.c | 7 +++ 1 file changed, 3 insertions(+),