drm/debugfs: drop debugfs_init() for the render and accel node v2
authorChristian König <ckoenig.leichtzumerken@gmail.com>
Tue, 29 Aug 2023 11:01:11 +0000 (13:01 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 31 Aug 2023 15:00:10 +0000 (17:00 +0200)
commite76e7ec8f16259ff9167ab665eaee0d0fe20f805
treea80c7edb4be6d3fe06e7698fdfa22c4f98db46ff
parenta5bb8a64025b4457ead9f588933536795c210f35
drm/debugfs: drop debugfs_init() for the render and accel node v2

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 <christian.koenig@amd.com>
Tested-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230829110115.3442-2-christian.koenig@amd.com
drivers/accel/drm_accel.c
drivers/gpu/drm/drm_debugfs.c