Re: [PATCH 1/4] drm/debugfs: Add support for dynamic debugfs initialization

2018-09-03 Thread Daniel Vetter
On Fri, Aug 31, 2018 at 07:31:10PM -0400, Lyude Paul wrote: > On Fri, 2018-08-31 at 10:53 +0200, Daniel Vetter wrote: > > On Mon, Aug 27, 2018 at 08:36:24PM -0400, Lyude Paul wrote: > > > Currently all debugfs related initialization for the DRM core happens in > > > drm_debugfs_init(), which is cal

Re: [PATCH 1/4] drm/debugfs: Add support for dynamic debugfs initialization

2018-08-31 Thread Lyude Paul
On Fri, 2018-08-31 at 10:53 +0200, Daniel Vetter wrote: > On Mon, Aug 27, 2018 at 08:36:24PM -0400, Lyude Paul wrote: > > Currently all debugfs related initialization for the DRM core happens in > > drm_debugfs_init(), which is called when registering the minor device. > > While this works fine for

Re: [PATCH 1/4] drm/debugfs: Add support for dynamic debugfs initialization

2018-08-31 Thread Daniel Vetter
On Mon, Aug 27, 2018 at 08:36:24PM -0400, Lyude Paul wrote: > Currently all debugfs related initialization for the DRM core happens in > drm_debugfs_init(), which is called when registering the minor device. > While this works fine for features such as atomic modesetting and GEM, > this doesn't wor

[PATCH 1/4] drm/debugfs: Add support for dynamic debugfs initialization

2018-08-27 Thread Lyude Paul
Currently all debugfs related initialization for the DRM core happens in drm_debugfs_init(), which is called when registering the minor device. While this works fine for features such as atomic modesetting and GEM, this doesn't work at all for resources like DP MST topology managers which can poten