Home
last modified time | relevance | path

Searched defs:vbox_crtc (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/vboxvideo/
Dvbox_drv.h95 struct vbox_crtc *vbox_crtc; member
103 struct vbox_crtc { struct
104 struct drm_crtc base;
105 bool disconnected;
106 unsigned int crtc_id;
107 u32 fb_offset;
108 bool cursor_enabled;
109 u32 x_hint;
110 u32 y_hint;
137 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) argument
Dvbox_mode.c32 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset() local
78 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_set_view() local
156 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; in vbox_set_up_input_mapping() local
178 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_set_base_and_mode() local
387 struct vbox_crtc *vbox_crtc = to_vbox_crtc(plane->state->crtc); in vbox_cursor_atomic_update() local
442 struct vbox_crtc *vbox_crtc = to_vbox_crtc(old_state->crtc); in vbox_cursor_atomic_disable() local
578 struct vbox_crtc *vbox_crtc; in vbox_crtc_init() local
828 struct vbox_crtc *vbox_crtc, in vbox_connector_init()
901 struct vbox_crtc *vbox_crtc; in vbox_mode_init() local