Searched refs:NVIF_DEBUG (Results 1 – 5 of 5) sorted by relevance
/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); \
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | disp.c | 64 NVIF_DEBUG(&device->object, "[NEW disp%04x] not supported", oclass); in nvif_disp_ctor() 76 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()
|
H A D | outp.c | 170 NVIF_DEBUG(&outp->object, "[DP_AUX_XFER type:%d size:%d addr:%05x] %d size:%d (ret: %d)", in nvif_outp_dp_aux_xfer()
|