Home
last modified time | relevance | path

Searched refs:drm_framebuffer_lookup (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A 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()
578 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb2_ioctl()
709 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_dirtyfb_ioctl()
874 * drm_framebuffer_lookup - look up a drm framebuffer and grab a reference
883 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup() function
895 EXPORT_SYMBOL(drm_framebuffer_lookup); variable
H A Ddrm_client.c380 buffer->fb = drm_framebuffer_lookup(client->dev, buffer->client->file, fb_req.fb_id); in drm_client_buffer_addfb()
H A Ddrm_atomic_uapi.c528 fb = drm_framebuffer_lookup(dev, file_priv, val); in drm_atomic_plane_set_property()
763 fb = drm_framebuffer_lookup(dev, file_priv, val); in drm_atomic_connector_set_property()
H A Ddrm_plane.c824 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane()
1145 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
H A Ddrm_crtc.c614 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A 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()
578 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb2_ioctl()
709 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_dirtyfb_ioctl()
874 * drm_framebuffer_lookup - look up a drm framebuffer and grab a reference
883 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev, in drm_framebuffer_lookup() function
895 EXPORT_SYMBOL(drm_framebuffer_lookup); variable
H A Ddrm_client.c414 buffer->fb = drm_framebuffer_lookup(client->dev, buffer->client->file, fb_req.fb_id); in drm_client_buffer_addfb()
H A Ddrm_plane.c1004 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane()
1325 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
H A Ddrm_atomic_uapi.c524 fb = drm_framebuffer_lookup(dev, file_priv, val); in drm_atomic_plane_set_property()
787 fb = drm_framebuffer_lookup(dev, file_priv, val); in drm_atomic_connector_set_property()
H A Ddrm_crtc.c767 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c214 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl()
291 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_framebuffer.h221 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_framebuffer.h221 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c298 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl()
381 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()

Completed in 15 milliseconds