Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_gem_framebuffer_helper.h7 struct drm_afbc_framebuffer;
57 struct drm_afbc_framebuffer *afbc_fb);
H A Ddrm_framebuffer.h295 struct drm_afbc_framebuffer { struct
326 #define fb_to_afbc_fb(x) container_of(x, struct drm_afbc_framebuffer, base) argument
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c36 struct drm_afbc_framebuffer *afbc_fb; in rockchip_fb_create()