]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/nouveau/include/nvkm/core/debug.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / core / debug.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
5025407b
BS
2#ifndef __NVKM_DEBUG_H__
3#define __NVKM_DEBUG_H__
9274f4a9
BS
4#define NV_DBG_FATAL 0
5#define NV_DBG_ERROR 1
6#define NV_DBG_WARN 2
53003941 7#define NV_DBG_INFO 3
9274f4a9
BS
8#define NV_DBG_DEBUG 4
9#define NV_DBG_TRACE 5
10#define NV_DBG_PARANOIA 6
11#define NV_DBG_SPAM 7
9274f4a9 12#endif