Searched refs:NVIF_DEBUG (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | printf.h | 14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a) macro 16 #define NVIF_DEBUG(o,f,a...) macro 26 NVIF_DEBUG(_object, f, ##a); \
|
H A D | push.h | 66 NVIF_DEBUG(&_ppp->mem.object, "%08x: "f, __o * 4, ##a); \
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | disp.c | 75 NVIF_DEBUG(&disp->object, "[NEW] conn_mask:%08x outp_mask:%08x head_mask:%08x", in nvif_disp_ctor()
|
H A D | conn.c | 44 NVIF_DEBUG(&conn->object, "[NEW EVENT:HPD types:%02x]", types); in nvif_conn_event_ctor()
|