Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_kms.c40 static int bochs_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in bochs_crtc_mode_set_base() function
91 bochs_crtc_mode_set_base(crtc, x, y, old_fb); in bochs_crtc_mode_set()
119 bochs_crtc_mode_set_base(crtc, 0, 0, old_fb); in bochs_crtc_page_flip()
140 .mode_set_base = bochs_crtc_mode_set_base,