Searched defs:NV_PRINTK (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.h188 #define NV_PRINTK(l,c,f,a...) do { \ macro
192 #define NV_FATAL(drm,f,a...) NV_PRINTK(fatal, &(drm)->client, f, ##a)
193 #define NV_ERROR(drm,f,a...) NV_PRINTK(error, &(drm)->client, f, ##a)
194 #define NV_WARN(drm,f,a...) NV_PRINTK(warn, &(drm)->client, f, ##a)
195 #define NV_INFO(drm,f,a...) NV_PRINTK(info, &(drm)->client, f, ##a)
196 #define NV_DEBUG(drm,f,a...) NV_PRINTK(debug, &(drm)->client, f, ##a)

Completed in 60 milliseconds