]> Pileus Git - ~andy/linux/blob - drivers/gpu/drm/nouveau/core/include/core/debug.h
drm/i915/vlv: use per-pipe backlight controls v2
[~andy/linux] / drivers / gpu / drm / nouveau / core / include / core / debug.h
1 #ifndef __NOUVEAU_DEBUG_H__
2 #define __NOUVEAU_DEBUG_H__
3
4 #define NV_DBG_FATAL    0
5 #define NV_DBG_ERROR    1
6 #define NV_DBG_WARN     2
7 #define NV_DBG_INFO     3
8 #define NV_DBG_DEBUG    4
9 #define NV_DBG_TRACE    5
10 #define NV_DBG_PARANOIA 6
11 #define NV_DBG_SPAM     7
12
13 #endif