Re: [PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2

2023-09-01 Thread Tomer Tayar
Hi Christian, On 29/08/2023 14:01, Christian König wrote: > We want to remove per minor debugfs directories. Start by stopping > drivers from adding anything inside of those in the mid layer callback. > > v2: drop it for the accel node as well > > Signed-off-by: Christian König > Tested-by: Stani

Re: [PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2

2023-08-30 Thread Christian König
Am 30.08.23 um 10:19 schrieb Andi Shyti: Hi Christian, On Tue, Aug 29, 2023 at 01:01:11PM +0200, Christian König wrote: We want to remove per minor debugfs directories. Start by stopping drivers from adding anything inside of those in the mid layer callback. v2: drop it for the accel node as w

Re: [PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2

2023-08-30 Thread Andi Shyti
Hi Christian, On Tue, Aug 29, 2023 at 01:01:11PM +0200, Christian König wrote: > We want to remove per minor debugfs directories. Start by stopping > drivers from adding anything inside of those in the mid layer callback. > > v2: drop it for the accel node as well > > Signed-off-by: Christian Kö

[PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2

2023-08-29 Thread Christian König
We want to remove per minor debugfs directories. Start by stopping drivers from adding anything inside of those in the mid layer callback. v2: drop it for the accel node as well Signed-off-by: Christian König Tested-by: Stanislaw Gruszka --- drivers/accel/drm_accel.c | 3 --- drivers/gpu/d

[PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2

2023-07-11 Thread Christian König
We want to remove per minor debugfs directories. Start by stopping drivers from adding anything inside of those in the mid layer callback. v2: drop it for the accel node as well Signed-off-by: Christian König Tested-by: Stanislaw Gruszka --- drivers/accel/drm_accel.c | 3 --- drivers/gpu/d

Re: [PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2

2023-05-16 Thread Stanislaw Gruszka
On Mon, Apr 24, 2023 at 02:30:24PM +0200, Christian König wrote: > We want to remove per minor debugfs directories. Start by stopping > drivers from adding anything inside of those in the mid layer callback. > > v2: drop it for the accel node as well > > Signed-off-by: Christian König Tested-by:

[PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2

2023-04-24 Thread Christian König
We want to remove per minor debugfs directories. Start by stopping drivers from adding anything inside of those in the mid layer callback. v2: drop it for the accel node as well Signed-off-by: Christian König --- drivers/accel/drm_accel.c | 3 --- drivers/gpu/drm/drm_debugfs.c | 2 +- 2 fil

[PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2

2023-04-12 Thread Christian König
We want to remove per minor debugfs directories. Start by stopping drivers from adding anything inside of those in the mid layer callback. v2: drop it for the accel node as well Signed-off-by: Christian König --- drivers/accel/drm_accel.c | 3 --- drivers/gpu/drm/drm_debugfs.c | 2 +- 2 fil