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