Re: [PATCH v10 1/4] drm: move drm based debugfs funcs to drm_debugfs.c

2025-07-18 Thread Jeff Hugo
On 7/4/2025 1:55 AM, Sunil Khatri wrote: Requirement is to create per client-id based directories to hold key debugging information and for that access to root debugfs dentry is need which is not in one place and that information cannot be stored in drm_device. Move the debugfs functionality fro

[PATCH v10 1/4] drm: move drm based debugfs funcs to drm_debugfs.c

2025-07-04 Thread Sunil Khatri
Requirement is to create per client-id based directories to hold key debugging information and for that access to root debugfs dentry is need which is not in one place and that information cannot be stored in drm_device. Move the debugfs functionality from drm_drv.c and drm_accel.c to drm_debugfs.