Re: [PATCH 3/5] drm/debugfs: rework debugfs directory creation v4

2023-07-12 Thread Tomer Tayar
On 11/07/2023 17:04, Christian König wrote: > Instead of the per minor directories only create a single debugfs > directory for the whole device directly when the device is initialized. > > For DRM devices each minor gets a symlink to the per device directory > for now until we can be sure that thi

[PATCH 3/5] drm/debugfs: rework debugfs directory creation v4

2023-07-11 Thread Christian König
Instead of the per minor directories only create a single debugfs directory for the whole device directly when the device is initialized. For DRM devices each minor gets a symlink to the per device directory for now until we can be sure that this isn't useful any more in any way. Accel devices cr

[PATCH 3/5] drm/debugfs: rework debugfs directory creation v4

2023-04-24 Thread Christian König
Instead of the per minor directories only create a single debugfs directory for the whole device directly when the device is initialized. For DRM devices each minor gets a symlink to the per device directory for now until we can be sure that this isn't useful any more in any way. Accel devices cr