Searched refs:drm_framebuffer_lookup (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_framebuffer.c | 446 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 D | drm_client.c | 244 fb = drm_framebuffer_lookup(dev, client->file, fb_req.fb_id); in drm_client_buffer_create()
|
| H A D | drm_plane.c | 1159 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 D | drm_crtc.c | 773 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc()
|
| H A D | drm_atomic_uapi.c | 535 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 D | vmwgfx_ioctl.c | 215 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 D | drm_framebuffer.h | 216 struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_framebuffer_test.c | 554 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()
|