Release 4.17 drivers/gpu/drm/nouveau/include/nvkm/core/debug.h
  
  
  
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVKM_DEBUG_H__
#define __NVKM_DEBUG_H__
#define NV_DBG_FATAL    0
#define NV_DBG_ERROR    1
#define NV_DBG_WARN     2
#define NV_DBG_INFO     3
#define NV_DBG_DEBUG    4
#define NV_DBG_TRACE    5
#define NV_DBG_PARANOIA 6
#define NV_DBG_SPAM     7
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | 
| Ben Skeggs | 40 | 97.56% | 3 | 75.00% | 
| Greg Kroah-Hartman | 1 | 2.44% | 1 | 25.00% | 
| Total | 41 | 100.00% | 4 | 100.00% | 
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.