Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_framebuffer.h216 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) macro
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c892 fb = obj_to_fb(obj); in drm_framebuffer_lookup()