Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vboxvideo/
A Dvbox_drv.h85 struct vbox_crtc *vbox_crtc; member
93 struct vbox_crtc { struct
94 struct drm_crtc base;
95 bool disconnected;
96 unsigned int crtc_id;
97 u32 fb_offset;
98 bool cursor_enabled;
99 u32 x_hint;
100 u32 y_hint;
127 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) argument
A Dvbox_mode.c36 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_do_modeset() local
82 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_set_view() local
160 struct vbox_crtc *vbox_crtc = vbox_connector->vbox_crtc; in vbox_set_up_input_mapping() local
181 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); in vbox_crtc_set_base_and_mode() local
395 struct vbox_crtc *vbox_crtc = to_vbox_crtc(new_state->crtc); in vbox_cursor_atomic_update() local
444 struct vbox_crtc *vbox_crtc = to_vbox_crtc(old_state->crtc); in vbox_cursor_atomic_disable() local
552 struct vbox_crtc *vbox_crtc; in vbox_crtc_init() local
802 struct vbox_crtc *vbox_crtc, in vbox_connector_init()
844 struct vbox_crtc *vbox_crtc; in vbox_mode_init() local

Completed in 5 milliseconds