Searched refs:OUTP_MSG (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.h | 47 #define OUTP_MSG(o,l,f,a...) do { \ macro 52 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a) 53 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) 54 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a)
|