ethosu.ko has several drm*dbg() calls, it must call DRM_CLASSMAP_USE to tell dynamic-debug what classmap enables them.
Signed-off-by: Jim Cromie <[email protected]> --- drivers/accel/ethosu/ethosu_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/accel/ethosu/ethosu_drv.c b/drivers/accel/ethosu/ethosu_drv.c index e05a69bf5574..242f4af37f18 100644 --- a/drivers/accel/ethosu/ethosu_drv.c +++ b/drivers/accel/ethosu/ethosu_drv.c @@ -23,6 +23,8 @@ #include "ethosu_gem.h" #include "ethosu_job.h" +DRM_CLASSMAP_USE(drm_debug_classes); + static int ethosu_ioctl_dev_query(struct drm_device *ddev, void *data, struct drm_file *file) { -- 2.53.0
