Searched refs:IOR_MSG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | ior.h | 153 #define IOR_MSG(i,l,f,a...) do { \ macro 157 #define IOR_WARN(i,f,a...) IOR_MSG((i), warn, f, ##a) 158 #define IOR_DBG(i,f,a...) IOR_MSG((i), debug, f, ##a)
|