Searched refs:NVIF_ERRON (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/nouveau/nvif/ |
| H A D | outp.c | 43 NVIF_ERRON(ret, &outp->object, in nvif_outp_dp_mst_vcpi() 58 NVIF_ERRON(ret, &outp->object, "[DP_MST_ID_PUT id:%08x]", args.id); in nvif_outp_dp_mst_id_put() 90 NVIF_ERRON(ret, &outp->object, in nvif_outp_dp_sst() 108 NVIF_ERRON(ret, &outp->object, "[DP_DRIVE lanes:%d]", args.lanes); in nvif_outp_dp_drive() 129 NVIF_ERRON(ret, &outp->object, in nvif_outp_dp_train() 246 NVIF_ERRON(ret, &outp->object, in nvif_outp_hdmi() 279 NVIF_ERRON(ret, &outp->object, "[BL_SET level:%d]", args.level); in nvif_outp_bl_set() 292 NVIF_ERRON(ret, &outp->object, "[BL_GET level:%d]", args.level); in nvif_outp_bl_get() 300 NVIF_ERRON(ret, &outp->object, "[RELEASE]"); in nvif_outp_release() 352 NVIF_ERRON(ret, &outp->object, "[ACQUIRE DAC] or:%d", args.or); in nvif_outp_acquire_dac() [all …]
|
| H A D | event.c | 33 NVIF_ERRON(ret, &event->object, "[BLOCK]"); in nvif_event_block() 44 NVIF_ERRON(ret, &event->object, "[ALLOW]"); in nvif_event_allow() 74 NVIF_ERRON(ret && warn, parent, "[NEW EVENT wait:%d size:%zd]", in nvif_event_ctor_()
|
| H A D | head.c | 35 NVIF_ERRON(ret, &head->object, "[NEW EVENT:VBLANK]"); in nvif_head_vblank_event_ctor() 56 NVIF_ERRON(ret, &disp->object, "[NEW head id:%d]", args.id); in nvif_head_ctor()
|
| H A D | disp.c | 72 NVIF_ERRON(ret, &device->object, "[NEW disp%04x]", disps[cid].oclass); in nvif_disp_ctor()
|
| H A D | conn.c | 65 NVIF_ERRON(ret, &disp->object, "[NEW conn id:%d]", id); in nvif_conn_ctor()
|
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | printf.h | 20 #define NVIF_ERRON(c,o,f,a...) do { \ macro
|