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

  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_drv.h 87 struct vbox_crtc *vbox_crtc; member in struct:vbox_connector
95 struct vbox_crtc { struct
129 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base)
vbox_mode.c 39 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); local in function:vbox_do_modeset
46 width = vbox_crtc->width ? vbox_crtc->width : 640;
47 height = vbox_crtc->height ? vbox_crtc->height : 480;
50 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint;
51 y_offset = vbox->single_framebuffer ? vbox_crtc->y : vbox_crtc->y_hint
85 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); local in function:vbox_set_view
163 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; local in function:vbox_set_up_input_mapping
184 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); local in function:vbox_crtc_set_base_and_mode
397 struct vbox_crtc *vbox_crtc = to_vbox_crtc(plane->state->crtc); local in function:vbox_cursor_atomic_update
451 struct vbox_crtc *vbox_crtc = to_vbox_crtc(old_state->crtc); local in function:vbox_cursor_atomic_disable
563 struct vbox_crtc *vbox_crtc; local in function:vbox_crtc_init
854 struct vbox_crtc *vbox_crtc; local in function:vbox_mode_init
    [all...]

Completed in 14 milliseconds