Re: [PATCH v2 53/59] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver

2025-04-05 Thread Louis Chauvet
Le 20/03/2025 à 19:52, Jim Cromie a écrit : The udl driver has a number of DRM_UT_* debugs, make them controllable when CONFIG_DRM_USE_DYNAMIC_DEBUG=y by telling dyndbg that the module uses them. Signed-off-by: Jim Cromie --- drivers/gpu/drm/udl/udl_main.c | 2 ++ 1 file changed, 2 insert

[PATCH v2 53/59] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver

2025-04-04 Thread Jim Cromie
The udl driver has a number of DRM_UT_* debugs, make them controllable when CONFIG_DRM_USE_DYNAMIC_DEBUG=y by telling dyndbg that the module uses them. Signed-off-by: Jim Cromie --- drivers/gpu/drm/udl/udl_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/udl/udl_main.