Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_kms.c51 bochs_fb = to_bochs_framebuffer(old_fb); in bochs_crtc_mode_set_base()
65 bochs_fb = to_bochs_framebuffer(crtc->primary->fb); in bochs_crtc_mode_set_base()
Dbochs.h97 #define to_bochs_framebuffer(x) container_of(x, struct bochs_framebuffer, base) macro
Dbochs_mm.c482 struct bochs_framebuffer *bochs_fb = to_bochs_framebuffer(fb); in bochs_user_framebuffer_destroy()