Searched refs:OUTP_DBG (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | outp.c | 42 OUTP_DBG(outp, "release %s", ior->name); in nvkm_outp_route() 52 OUTP_DBG(outp, "acquire %s", ior->name); in nvkm_outp_route() 312 OUTP_DBG(outp, "no route"); in nvkm_outp_inherit() 344 OUTP_DBG(outp, "no heads (%x %d %d)", ior->arm.head, in nvkm_outp_init() 357 OUTP_DBG(outp, "on %s link %x", ior->name, ior->arm.link); in nvkm_outp_init() 392 OUTP_DBG(outp, "type %02x loc %d or %d link %d con %x " in nvkm_outp_new_()
|
H A D | dp.c | 324 OUTP_DBG(outp, "training %dx%02x", ior->dp.nr, ior->dp.bw); in nvkm_dp_train_link() 354 OUTP_DBG(outp, "training LTTPR%d", lt.repeater); in nvkm_dp_train_link() 356 OUTP_DBG(outp, "training sink"); in nvkm_dp_train_link() 378 OUTP_DBG(outp, "programming link for %dx%02x", ior->dp.nr, ior->dp.bw); in nvkm_dp_train_links() 509 OUTP_DBG(outp, "training"); in nvkm_dp_train() 522 OUTP_DBG(outp, "training done"); in nvkm_dp_train() 576 OUTP_DBG(outp, "aux power -> always"); in nvkm_dp_enable() 581 OUTP_DBG(outp, "aux power -> demand"); in nvkm_dp_enable() 668 OUTP_DBG(outp, "bios dp %02x %02x %02x %02x", outp->dp.version, hdr, cnt, len); in nvkm_dp_new()
|
H A D | outp.h | 125 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) macro
|
H A D | nv50.c | 1024 OUTP_DBG(outp, "missing IEDT for %04x:%04x", t, m); in nv50_disp_super_iedt() 1063 OUTP_DBG(outp, "missing IEDT RS for %02x:%02x", in nv50_disp_super_ied_on() 1071 OUTP_DBG(outp, "missing IEDT RSS %d for %02x:%02x %d khz", in nv50_disp_super_ied_on() 1682 OUTP_DBG(outp, "not supported"); in nv50_disp_oneinit()
|