diff --git a/sys/external/bsd/drm2/dist/drm/drm_stub.c b/sys/external/bsd/drm2/dist/drm/drm_stub.c index 550a653..d57edea 100644 --- a/sys/external/bsd/drm2/dist/drm/drm_stub.c +++ b/sys/external/bsd/drm2/dist/drm/drm_stub.c @@ -42,7 +42,7 @@ #include #include -unsigned int drm_debug = 0; /* 1 to enable debug output */ +unsigned int drm_debug = 1; /* 1 to enable debug output */ EXPORT_SYMBOL(drm_debug); unsigned int drm_rnodes = 0; /* 1 to enable experimental render nodes API */