Home
last modified time | relevance | path

Searched refs:vbox_crtc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c33 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset() local
40 width = vbox_crtc->width ? vbox_crtc->width : 640; in vbox_do_modeset()
41 height = vbox_crtc->height ? vbox_crtc->height : 480; in vbox_do_modeset()
44 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint; in vbox_do_modeset()
45 y_offset = vbox->single_framebuffer ? vbox_crtc->y : vbox_crtc in vbox_do_modeset()
79 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); vbox_set_view() local
157 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; vbox_set_up_input_mapping() local
178 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); vbox_crtc_set_base_and_mode() local
380 struct vbox_crtc *vbox_crtc = to_vbox_crtc(plane->state->crtc); vbox_cursor_atomic_update() local
436 struct vbox_crtc *vbox_crtc = to_vbox_crtc(old_state->crtc); vbox_cursor_atomic_disable() local
548 struct vbox_crtc *vbox_crtc; vbox_crtc_init() local
797 vbox_connector_init(struct drm_device *dev, struct vbox_crtc *vbox_crtc, struct drm_encoder *encoder) vbox_connector_init() argument
840 struct vbox_crtc *vbox_crtc; vbox_mode_init() local
[all...]
H A Dvbox_irq.c132 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints()
137 crtc_id = vbox_conn->vbox_crtc->crtc_id; in vbox_update_mode_hints()
140 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints()
141 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints()
144 if (vbox_conn->vbox_crtc->disconnected == disconnected) in vbox_update_mode_hints()
156 vbox_conn->vbox_crtc->disconnected = disconnected; in vbox_update_mode_hints()
H 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)
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H 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()
49 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint; in vbox_do_modeset()
50 y_offset = vbox->single_framebuffer ? vbox_crtc->y : vbox_crtc in vbox_do_modeset()
84 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); vbox_set_view() local
162 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; vbox_set_up_input_mapping() local
183 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); vbox_crtc_set_base_and_mode() local
397 struct vbox_crtc *vbox_crtc = to_vbox_crtc(new_state->crtc); vbox_cursor_atomic_update() local
446 struct vbox_crtc *vbox_crtc = to_vbox_crtc(old_state->crtc); vbox_cursor_atomic_disable() local
554 struct vbox_crtc *vbox_crtc; vbox_crtc_init() local
803 vbox_connector_init(struct drm_device *dev, struct vbox_crtc *vbox_crtc, struct drm_encoder *encoder) vbox_connector_init() argument
846 struct vbox_crtc *vbox_crtc; vbox_mode_init() local
[all...]
H 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()
H 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)

Completed in 4 milliseconds