Re: [PATCH v4 1/4] drm: move debugfs functionality from drm_drv.c to drm_debugfs.c

2025-06-19 Thread Khatri, Sunil
On 6/19/2025 10:37 AM, Khatri, Sunil wrote: On 6/18/2025 7:38 PM, Christian König wrote: On 6/18/25 15:47, Sunil Khatri wrote: move the functions from drm_drv.c which uses the static drm_debugfs_root as parent node in the debugfs by drm. move this root node to the debugfs for easily handlin

Re: [PATCH v4 1/4] drm: move debugfs functionality from drm_drv.c to drm_debugfs.c

2025-06-18 Thread Khatri, Sunil
On 6/18/2025 7:38 PM, Christian König wrote: On 6/18/25 15:47, Sunil Khatri wrote: move the functions from drm_drv.c which uses the static drm_debugfs_root as parent node in the debugfs by drm. move this root node to the debugfs for easily handling of future requirements to add more informati

Re: [PATCH v4 1/4] drm: move debugfs functionality from drm_drv.c to drm_debugfs.c

2025-06-18 Thread Christian König
On 6/18/25 15:47, Sunil Khatri wrote: > move the functions from drm_drv.c which uses the static > drm_debugfs_root as parent node in the debugfs by drm. > > move this root node to the debugfs for easily handling > of future requirements to add more information in the > root directory and one of wh

[PATCH v4 1/4] drm: move debugfs functionality from drm_drv.c to drm_debugfs.c

2025-06-18 Thread Sunil Khatri
move the functions from drm_drv.c which uses the static drm_debugfs_root as parent node in the debugfs by drm. move this root node to the debugfs for easily handling of future requirements to add more information in the root directory and one of which is planned to have directories for each client