Searched refs:drm_framebuffer_lookup (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/dev/drm/ |
H A D | drm_framebuffer.c | 388 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 D | drm_plane.c | 702 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 D | drm_crtc.c | 629 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc()
|
H A D | drm_atomic.c | 718 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 D | drm_framebuffer.h | 207 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
|