Searched refs:vbox_crtc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_mode.c68 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); local
74 LogFunc(("vboxvideo: %d: vbox_crtc=%p, CRTC_FB(crtc)=%p\n", __LINE__,
75 vbox_crtc, CRTC_FB(crtc)));
79 iCrtc = vbox_crtc->crtc_id;
86 /* if (vbox_crtc->crtc_id == 0 && crtc->enabled)
92 VBoxHGSMIProcessDisplayInfo(&vbox->Ctx, vbox_crtc->crtc_id,
96 vbox_crtc->fBlanked ? 0 : cBPP, fFlags);
102 struct vbox_crtc *vbox_crtc local
141 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); local
176 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); local
657 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); local
[all...]
H A Dvbox_drv.h134 struct vbox_crtc struct
168 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base)

Completed in 45 milliseconds