cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Ben Skeggs4097.56%375.00%
Greg Kroah-Hartman12.44%125.00%
Total41100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.