Searched refs:OUTP_DBG (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dp.c | 290 OUTP_DBG(outp, "training %d x %d MB/s", ior->dp.nr, ior->dp.bw * 27); in nvkm_dp_train_links() 382 OUTP_DBG(outp, "training LTTPR%d", lt.repeater); in nvkm_dp_train_links() 384 OUTP_DBG(outp, "training sink"); in nvkm_dp_train_links() 456 OUTP_DBG(outp, "training"); in nvkm_dp_train() 472 OUTP_DBG(outp, "training done"); in nvkm_dp_train() 520 OUTP_DBG(outp, "data %d KB/s link %d KB/s mst %d->%d", in nvkm_dp_acquire() 523 OUTP_DBG(outp, "link requirements changed"); in nvkm_dp_acquire() 530 OUTP_DBG(outp, "failed to read link status, assuming no sink"); in nvkm_dp_acquire() 540 OUTP_DBG(outp, "lane %d not equalised", lane); in nvkm_dp_acquire() 546 OUTP_DBG(outp, "no inter-lane alignment"); in nvkm_dp_acquire() [all …]
|
D | outp.c | 40 OUTP_DBG(outp, "release %s", ior->name); in nvkm_outp_route() 49 OUTP_DBG(outp, "acquire %s", ior->name); in nvkm_outp_route() 241 OUTP_DBG(outp, "no route"); in nvkm_outp_init_route() 259 OUTP_DBG(outp, "no heads (%x %d %d)", ior->arm.head, in nvkm_outp_init_route() 272 OUTP_DBG(outp, "on %s link %x", ior->name, ior->arm.link); in nvkm_outp_init_route() 314 OUTP_DBG(outp, "type %02x loc %d or %d link %d con %x " in nvkm_outp_new_()
|
D | outp.h | 85 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) macro
|
D | base.c | 286 OUTP_DBG(outp, "not supported"); in nvkm_disp_oneinit()
|
D | nv50.c | 990 OUTP_DBG(outp, "missing IEDT for %04x:%04x", t, m); in nv50_disp_super_iedt() 1029 OUTP_DBG(outp, "missing IEDT RS for %02x:%02x", in nv50_disp_super_ied_on() 1037 OUTP_DBG(outp, "missing IEDT RSS %d for %02x:%02x %d khz", in nv50_disp_super_ied_on()
|