Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_mode.c143 cirrus_fb = to_cirrus_framebuffer(fb); in cirrus_crtc_do_set_base()
153 cirrus_fb = to_cirrus_framebuffer(crtc->primary->fb); in cirrus_crtc_do_set_base()
Dcirrus_drv.h94 #define to_cirrus_framebuffer(x) container_of(x, struct cirrus_framebuffer, base) macro
Dcirrus_main.c19 struct cirrus_framebuffer *cirrus_fb = to_cirrus_framebuffer(fb); in cirrus_user_framebuffer_destroy()