Home
last modified time | relevance | path

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

/linux/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()
70 NVIF_ERRON(ret, &outp->object, "[DP_MST_ID_GET] id:%08x", args.id); in nvif_outp_dp_mst_id_get()
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()
153 NVIF_ERRON(ret, &outp->object, "[DP_RATES rates:%d]", args.rates); in nvif_outp_dp_rates()
191 NVIF_ERRON(ret, &outp->object, "[DP_AUX_PWR state:%d]", args.state); in nvif_outp_dp_aux_pwr()
212 NVIF_ERRON(ret, &outp->object, "[HDA_ELD head:%d size:%d]", head, size); in nvif_outp_hda_eld()
224 NVIF_ERRON(ret, &outp->object, "[INFOFRAME type:%d size:%d]", type, size); in nvif_outp_infoframe()
[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/drivers/gpu/drm/nouveau/include/nvif/
H A Dprintf.h20 #define NVIF_ERRON(c,o,f,a...) do { \ macro