Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_drv.h87 struct vbox_crtc *vbox_crtc; member
95 struct vbox_crtc { struct
96 struct drm_crtc base;
97 bool disconnected;
98 unsigned int crtc_id;
99 u32 fb_offset;
100 bool cursor_enabled;
101 u32 x_hint;
102 u32 y_hint;
129 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) argument
H A Dvbox_mode.c39 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset() local
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
397 struct vbox_crtc *vbox_crtc = to_vbox_crtc(plane->state->crtc); in vbox_cursor_atomic_update() local
451 struct vbox_crtc *vbox_crtc = to_vbox_crtc(old_state->crtc); in vbox_cursor_atomic_disable() local
563 struct vbox_crtc *vbox_crtc; in vbox_crtc_init() local
813 struct vbox_crtc *vbox_crtc, in vbox_connector_init()
854 struct vbox_crtc *vbox_crtc; in vbox_mode_init() local