Home
last modified time | relevance | path

Searched refs:OUTP_MSG (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h90 #define OUTP_MSG(o,l,f,a...) do { \ macro
95 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a)
96 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a)
97 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a)