linux-stable/drivers/gpu/drm/gud
Maíra Canal c702545e19
drm/gud: use new debugfs device-centered functions
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 <mcanal@igalia.com>
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20221226155029.244355-3-mcanal@igalia.com
2023-01-06 16:15:08 -03:00
..
gud_connector.c drm/connector: Rename drm_mode_create_tv_properties 2022-11-24 12:42:39 +01:00
gud_drv.c drm/gud: use new debugfs device-centered functions 2023-01-06 16:15:08 -03:00
gud_internal.h drm/gud: Use the shadow plane helper 2022-12-06 16:38:05 +01:00
gud_pipe.c drm/gud: Fix missing include 2022-12-08 12:32:25 +01:00
Kconfig drm/shmem-helper: Switch to vmf_insert_pfn 2021-08-12 21:41:10 +02:00
Makefile