On 12/26/22 16:50, Maíra Canal wrote: > Replace the use of drm_debugfs_create_files() with the new > drm_debugfs_add_file() function, which center the debugfs files > management on the drm_device instead of drm_minor. Moreover, remove the > debugfs_init hook and add the debugfs files directly on gud_probe(), > before drm_dev_register(). > > Signed-off-by: Maíra Canal <mca...@igalia.com> > --- Acked-by: Noralf Trønnes <nor...@tronnes.org>
- [PATCH 0/9] Convert drivers to the new debugfs device-cent... Maíra Canal
- [PATCH 1/9] drm/etnaviv: use new debugfs device-cente... Maíra Canal
- [PATCH 2/9] drm/gud: use new debugfs device-centered ... Maíra Canal
- Re: [PATCH 2/9] drm/gud: use new debugfs device-c... Noralf Trønnes
- Re: [PATCH 2/9] drm/gud: use new debugfs device-c... Maíra Canal
- [PATCH 3/9] drm/arm/hdlcd: use new debugfs device-cen... Maíra Canal
- [PATCH 4/9] drm/pl111: use new debugfs device-centere... Maíra Canal
- [PATCH 5/9] drm/arc: use new debugfs device-centered ... Maíra Canal
- Re: [PATCH 5/9] drm/arc: use new debugfs device-c... Daniel Vetter
- [PATCH 6/9] drm/virtio: use new debugfs device-center... Maíra Canal
- [PATCH 7/9] drm/omap: use new debugfs device-centered... Maíra Canal
- [PATCH 8/9] drm/qxl: remove unused debugfs structure Maíra Canal