Searched defs:vbox_crtc (Results 1 – 2 of 2) sorted by relevance
84 struct vbox_crtc *vbox_crtc; member92 struct vbox_crtc { struct93 struct drm_crtc base;94 bool disconnected;95 unsigned int crtc_id;96 u32 fb_offset;97 bool cursor_enabled;98 u32 x_hint;99 u32 y_hint;126 #define to_vbox_crtc(x) container_of(x, struct vbox_crtc, base) argument
38 struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc); vbox_do_modeset() local 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 804 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...]