Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vboxvideo/
A Dvbox_mode.c38 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset() local
45 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() local
162 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; in vbox_set_up_input_mapping() local
183 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_set_base_and_mode() local
554 struct vbox_crtc *vbox_crtc; in vbox_crtc_init() local
804 struct vbox_crtc *vbox_crtc, in vbox_connector_init() argument
815 vbox_connector->vbox_crtc = vbox_crtc; in vbox_connector_init()
[all …]
A Dvbox_irq.c133 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()
A Dvbox_drv.h85 struct vbox_crtc *vbox_crtc; member
93 struct vbox_crtc { struct
127 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) argument

Completed in 7 milliseconds