Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/
H A Ddrm_framebuffer.c388 fb = drm_framebuffer_lookup(dev, file_priv, *id); in drm_mode_rmfb()
457 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb()
529 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_dirtyfb_ioctl()
702 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup() function
714 EXPORT_SYMBOL(drm_framebuffer_lookup);
H A Ddrm_plane.c702 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane()
996 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
H A Ddrm_crtc.c629 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc()
H A Ddrm_atomic.c718 struct drm_framebuffer *fb = drm_framebuffer_lookup(dev, NULL, val); in drm_atomic_plane_set_property()
/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_framebuffer.h207 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,