drm/nouveau/core: pull in most of the new core infrastructure
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / include / core / debug.h
CommitLineData
9274f4a9
BS
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
This page took 0.031395 seconds and 5 git commands to generate.