Searched defs:old_fb (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_mode.c218 struct drm_framebuffer *old_fb)
221 return vbox_crtc_do_set_base(crtc, old_fb, x, y, 0);
228 struct drm_framebuffer *old_fb)
235 vbox_crtc_mode_set_base(crtc, x, y, old_fb);
217 vbox_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) argument
224 vbox_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) argument

Completed in 680 milliseconds