Home
last modified time | relevance | path

Searched refs:vbox_crtc (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_mode.c39 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset() local
46 width = vbox_crtc->width ? vbox_crtc->width : 640; in vbox_do_modeset()
47 height = vbox_crtc->height ? vbox_crtc->height : 480; in vbox_do_modeset()
70 vbox_crtc->fb_offset / pitch + vbox_crtc->y); in vbox_do_modeset()
85 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_set_view() local
163 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; in vbox_set_up_input_mapping() local
184 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_set_base_and_mode() local
563 struct vbox_crtc *vbox_crtc; in vbox_crtc_init() local
813 struct vbox_crtc *vbox_crtc, in vbox_connector_init() argument
824 vbox_connector->vbox_crtc = vbox_crtc; in vbox_connector_init()
[all …]
H A Dvbox_irq.c137 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()
142 crtc_id = vbox_conn->vbox_crtc->crtc_id; in vbox_update_mode_hints()
145 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints()
146 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints()
149 if (vbox_conn->vbox_crtc->disconnected == disconnected) in vbox_update_mode_hints()
161 vbox_conn->vbox_crtc->disconnected = disconnected; in vbox_update_mode_hints()
H A Dvbox_drv.h87 struct vbox_crtc *vbox_crtc; member
95 struct vbox_crtc { struct
129 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) argument