Home
last modified time | relevance | path

Searched refs:bochs_crtc_mode_set_base (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/bochs/
Dbochs_kms.c33 static int bochs_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in bochs_crtc_mode_set_base() function
84 bochs_crtc_mode_set_base(crtc, x, y, old_fb); in bochs_crtc_mode_set()
107 bochs_crtc_mode_set_base(crtc, 0, 0, old_fb); in bochs_crtc_page_flip()
126 .mode_set_base = bochs_crtc_mode_set_base,