Home
last modified time | relevance | path

Searched refs:NVIF_ERRON (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c43 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 Devent.c33 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 Dhead.c35 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 Ddisp.c72 NVIF_ERRON(ret, &device->object, "[NEW disp%04x]", disps[cid].oclass); in nvif_disp_ctor()
H A Dconn.c65 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 Dprintf.h20 #define NVIF_ERRON(c,o,f,a...) do { \ macro