mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 10:08:23 +02:00
FreeBSD PR kern/85479: Restore the enabling of debugging by default by the
DRM_DEBUG kernel option. It remains controlled by hw.dri.*.debug no
matter what.
This commit is contained in:
parent
7d735a8c9f
commit
422002dc84
1 changed files with 4 additions and 0 deletions
|
|
@ -35,7 +35,11 @@
|
|||
#include "drm.h"
|
||||
#include "drm_sarea.h"
|
||||
|
||||
#ifdef DRM_DEBUG_DEFAULT_ON
|
||||
int drm_debug_flag = 1;
|
||||
#else
|
||||
int drm_debug_flag = 0;
|
||||
#endif
|
||||
|
||||
static int drm_load(drm_device_t *dev);
|
||||
static void drm_unload(drm_device_t *dev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue