HomeSort by: relevance | last modified time | path
    Searched refs:to_vbox_crtc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_drv.h 129 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) macro
vbox_mode.c 39 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc);
85 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc);
184 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc);
312 unsigned int crtc_id = to_vbox_crtc(crtc)->crtc_id;
397 struct vbox_crtc *vbox_crtc = to_vbox_crtc(plane->state->crtc);
451 struct vbox_crtc *vbox_crtc = to_vbox_crtc(old_state->crtc);
460 if (to_vbox_crtc(crtci)->cursor_enabled)

Completed in 73 milliseconds