Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_framebuffer.c438 fb = drm_framebuffer_lookup(dev, file_priv, fb_id); in drm_mode_rmfb()
515 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb()
588 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_dirtyfb_ioctl()
762 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup() function
774 EXPORT_SYMBOL(drm_framebuffer_lookup);
Ddrm_client.c380 buffer->fb = drm_framebuffer_lookup(client->dev, buffer->client->file, fb_req.fb_id); in drm_client_buffer_addfb()
Ddrm_plane.c814 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane()
1135 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
Ddrm_crtc.c589 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc()
Ddrm_atomic_uapi.c525 fb = drm_framebuffer_lookup(dev, file_priv, val); in drm_atomic_plane_set_property()
757 fb = drm_framebuffer_lookup(dev, file_priv, val); in drm_atomic_connector_set_property()
/Linux-v5.4/include/drm/
Ddrm_framebuffer.h221 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
/Linux-v5.4/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()