Searched refs:IOR_MSG (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | ior.h | 185 #define IOR_MSG(i,l,f,a...) do { \ macro 189 #define IOR_WARN(i,f,a...) IOR_MSG((i), warn, f, ##a) 190 #define IOR_DBG(i,f,a...) IOR_MSG((i), debug, f, ##a)
|