Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c43 NVIF_ERRON(ret, &outp->object, in nvif_outp_dp_mst_vcpi()
53 NVIF_ERRON(ret, &outp->object, "[DP_RETRAIN]"); in nvif_outp_dp_retrain()
67 NVIF_ERRON(ret, &outp->object, "[DP_AUX_PWR state:%d]", args.state); in nvif_outp_dp_aux_pwr()
88 NVIF_ERRON(ret, &outp->object, "[HDA_ELD head:%d size:%d]", head, size); in nvif_outp_hda_eld()
100 NVIF_ERRON(ret, &outp->object, "[INFOFRAME type:%d size:%d]", type, size); in nvif_outp_infoframe()
108 NVIF_ERRON(ret, &outp->object, "[RELEASE]"); in nvif_outp_release()
143 NVIF_ERRON(ret, &outp->object, in nvif_outp_acquire_dp()
159 NVIF_ERRON(ret, &outp->object, in nvif_outp_acquire_lvds()
180 NVIF_ERRON(ret, &outp->object, in nvif_outp_acquire_tmds()
195 NVIF_ERRON(ret, &outp->object, "[ACQUIRE proto:RGB_CRT] or:%d", args.or); in nvif_outp_acquire_rgb_crt()
[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.c63 NVIF_ERRON(cid, &device->object, "[NEW disp%04x] not supported", oclass); in nvif_disp_ctor()
71 NVIF_ERRON(ret, &device->object, "[NEW disp%04x]", disps[cid].oclass); in nvif_disp_ctor()
H A Dconn.c57 NVIF_ERRON(ret, &conn->object, "[HPD_STATUS] support:%d present:%d", in nvif_conn_hpd_status()
79 NVIF_ERRON(ret, &disp->object, "[NEW conn id:%d]", id); in nvif_conn_ctor()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dprintf.h20 #define NVIF_ERRON(c,o,f,a...) do { \ macro