Lines Matching refs:disp
22 #include <nvif/disp.h>
30 nvif_disp_dtor(struct nvif_disp *disp)
32 nvif_object_dtor(&disp->object);
36 nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp)
61 disp->object.client = NULL;
63 NVIF_ERRON(cid, &device->object, "[NEW disp%04x] not supported", oclass);
70 disps[cid].oclass, &args, sizeof(args), &disp->object);
71 NVIF_ERRON(ret, &device->object, "[NEW disp%04x]", disps[cid].oclass);
75 NVIF_DEBUG(&disp->object, "[NEW] conn_mask:%08x outp_mask:%08x head_mask:%08x",
77 disp->conn_mask = args.conn_mask;
78 disp->outp_mask = args.outp_mask;
79 disp->head_mask = args.head_mask;