Searched refs:vbox_crtc (Results 1 – 3 of 3) sorted by relevance
38 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset() local45 width = vbox_crtc->width ? vbox_crtc->width : 640; in vbox_do_modeset()46 height = vbox_crtc->height ? vbox_crtc->height : 480; in vbox_do_modeset()69 vbox_crtc->fb_offset / pitch + vbox_crtc->y); in vbox_do_modeset()84 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_set_view() local162 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; in vbox_set_up_input_mapping() local183 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_set_base_and_mode() local554 struct vbox_crtc *vbox_crtc; in vbox_crtc_init() local804 struct vbox_crtc *vbox_crtc, in vbox_connector_init() argument815 vbox_connector->vbox_crtc = vbox_crtc; in vbox_connector_init()[all …]
133 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()138 crtc_id = vbox_conn->vbox_crtc->crtc_id; in vbox_update_mode_hints()141 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints()142 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints()145 if (vbox_conn->vbox_crtc->disconnected == disconnected) in vbox_update_mode_hints()157 vbox_conn->vbox_crtc->disconnected = disconnected; in vbox_update_mode_hints()
85 struct vbox_crtc *vbox_crtc; member93 struct vbox_crtc { struct127 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) argument