Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c446 fb = drm_framebuffer_lookup(dev, file_priv, fb_id); in drm_mode_rmfb()
499 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_closefb_ioctl()
531 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb()
594 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb2_ioctl()
725 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_dirtyfb_ioctl()
923 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup() function
935 EXPORT_SYMBOL(drm_framebuffer_lookup);
H A Ddrm_client.c244 fb = drm_framebuffer_lookup(dev, client->file, fb_req.fb_id); in drm_client_buffer_create()
H A Ddrm_plane.c1159 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane()
1482 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
H A Ddrm_crtc.c773 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc()
H A Ddrm_atomic_uapi.c535 fb = drm_framebuffer_lookup(dev, file_priv, val); in drm_atomic_plane_set_property()
918 fb = drm_framebuffer_lookup(dev, file_priv, val); in drm_atomic_connector_set_property()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c215 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl()
292 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()
/linux/include/drm/
H A Ddrm_framebuffer.h216 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
/linux/drivers/gpu/drm/tests/
H A Ddrm_framebuffer_test.c554 returned_fb = drm_framebuffer_lookup(dev, NULL, id); in drm_test_framebuffer_lookup()
570 fb = drm_framebuffer_lookup(dev, NULL, id); in drm_test_framebuffer_lookup_inexistent()