Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_framebuffer.c396 fb = drm_framebuffer_lookup(dev, file_priv, fb_id); in drm_mode_rmfb()
473 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb()
546 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_dirtyfb_ioctl()
720 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup() function
732 EXPORT_SYMBOL(drm_framebuffer_lookup);
Ddrm_client.c337 buffer->fb = drm_framebuffer_lookup(client->dev, buffer->client->file, fb_req.fb_id); in drm_client_buffer_addfb()
Ddrm_plane.c791 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane()
1104 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
Ddrm_crtc.c630 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc()
Ddrm_atomic.c867 struct drm_framebuffer *fb = drm_framebuffer_lookup(dev, NULL, val); in drm_atomic_plane_set_property()
1414 struct drm_framebuffer *fb = drm_framebuffer_lookup(dev, NULL, val); in drm_atomic_connector_set_property()
/Linux-v4.19/include/drm/
Ddrm_framebuffer.h213 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c292 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl()
375 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()