linux-stable/drivers/gpu/drm/vkms
Maíra Canal 03d2673bb7 drm/vkms: use new debugfs device-centered functions
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. Moreover, remove the
debugfs_init hook and add the debugfs files directly on vkms_create(),
before drm_dev_register().

Signed-off-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20221219120621.15086-7-mcanal@igalia.com
2022-12-22 14:59:50 -03:00
..
Makefile drm: vkms: Refactor the plane composer to accept new formats 2022-09-05 20:18:35 -01:00
vkms_composer.c drm: vkms: Supports to the case where primary plane doesn't match the CRTC 2022-09-05 20:18:42 -01:00
vkms_crtc.c drm/vkms: fix misuse of WARN_ON 2021-03-25 08:23:28 -03:00
vkms_drv.c drm/vkms: use new debugfs device-centered functions 2022-12-22 14:59:50 -03:00
vkms_drv.h drm/vkms: change min cursor size to accept smaller values 2022-11-29 22:10:48 -01:00
vkms_formats.c drm/vkms: fix 32bit compilation error by replacing macros 2022-09-11 22:28:56 +10:00
vkms_formats.h drm: vkms: Refactor the plane composer to accept new formats 2022-09-05 20:18:35 -01:00
vkms_output.c drm: Drop drm_edid.h from drm_crtc.h 2022-06-20 23:53:55 +03:00
vkms_plane.c drm/vkms: fix variable dereferenced before check warning 2022-09-10 21:18:56 -01:00
vkms_writeback.c drm: vkms: Add support to the RGB565 format 2022-09-05 20:25:08 -01:00